image-handler
Version:
A project extend handler of image on H5
31 lines (30 loc) • 658 B
JSON
{
"name": "image-handler",
"version": "0.0.7",
"description": "A project extend handler of image on H5",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git@github.com:zhangjialegh/img-handler.git"
},
"keywords": [
"exif-js",
"image",
"compress",
"image compress"
],
"author": "zhangjialegh <zjl1195185765@outlook.com>",
"license": "ISC",
"dependencies": {
"exif-js": "^2.3.0"
},
"devDependencies": {
"jest": "^24.9.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}