UNPKG

inkjet

Version:

JPEG-image decoding, encoding & EXIF reading library for browser and node.js

61 lines (60 loc) 1.63 kB
{ "name": "inkjet", "version": "3.0.0", "description": "JPEG-image decoding, encoding & EXIF reading library for browser and node.js", "main": "build/index.js", "scripts": { "test": "mocha test --require @babel/register", "bundle:test": "gulp bundleTest", "build": "./node_modules/.bin/babel src --out-dir build", "browser": "gulp", "browser:release": "NODE_ENV=production gulp", "coverage": "nyc --reporter=lcov --reporter=html npm run test" }, "repository": { "type": "git", "url": "https://github.com/gchudnov/inkjet.git" }, "keywords": [ "jpeg", "exif", "image", "photo", "decode", "encode", "metadata" ], "author": "Grigorii Chudnov <g.chudnov@gmail.com> (https://github.com/gchudnov)", "license": "MIT", "bugs": { "url": "https://github.com/gchudnov/inkjet/issues" }, "homepage": "https://github.com/gchudnov/inkjet", "dependencies": { "imageinfo": "^1.0.4", "webworkify": "^1.5.0" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/register": "^7.11.5", "ansi-colors": "^4.1.1", "async": "^3.2.0", "babel-plugin-add-module-exports": "^1.0.4", "babelify": "^10.0.0", "browserify": "^16.5.2", "fancy-log": "^1.3.3", "gulp": "^4.0.2", "gulp-header": "^2.0.9", "gulp-if": "^3.0.0", "gulp-replace": "^1.0.0", "gulp-uglify": "^3.0.2", "mocha": "^8.1.3", "nyc": "^15.1.0", "once": "^1.4.0", "should": "^13.2.3", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } }