{
  "name": "@yanglinlin/js_cropper",
  "version": "1.1.3",
  "description": "use html5 canvas to cropper imgage and compress it",
  "main": "dist/JSCropper.min.js",
  "module": "dist/JSCropper.esm.js",
  "unpkg": "dist/JSCropper.js",
  "jsdelivr": "dist/JSCropper.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c build/build.js",
    "dev": "rollup -w -c build/build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linlinyang/js_cropper.git"
  },
  "keywords": [
    "canvas",
    "cropper",
    "compress"
  ],
  "author": "Yang Lin",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "rollup": "^1.12.3",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-buble": "^0.19.6",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-flow-no-whitespace": "^1.0.0",
    "rollup-plugin-node-resolve": "^4.2.4",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-uglify": "^6.0.2"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "uglify-js": "^3.5.3"
  }
}
