UNPKG

vue-croppa

Version:

A simple straightforward customizable lightweight mobile-friendly image cropper for Vue 2.0.

83 lines (82 loc) 2.34 kB
{ "name": "vue-croppa", "version": "1.3.8", "description": "A simple straightforward customizable lightweight mobile-friendly image cropper for Vue 2.0.", "main": "dist/vue-croppa.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:full": "rollup -c --environment BUILD:production", "build:min": "rollup -c --environment BUILD:production-min", "build:doc": "rollup -c", "build": "npm run build:full && npm run build:doc && npm run build:min", "dev": "rollup -c -w" }, "repository": { "type": "git", "url": "git+https://github.com/zhanziyang/vue-croppa.git" }, "keywords": [ "cropper", "vue", "image", "crop", "upload", "vue-cropper", "vue cropper", "image cropper", "vue plugin", "move", "zoom", "javascript", "web", "front-end", "staightforward", "customizable", "editable", "lightweight", "mobile" ], "author": "zhanziyang", "license": "ISC", "bugs": { "url": "https://github.com/zhanziyang/vue-croppa/issues" }, "homepage": "https://zhanziyang.github.io/vue-croppa/", "devDependencies": { "autoprefixer": "^7.1.1", "babel-eslint": "^7.2.3", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-latest": "^6.24.1", "eslint": "^3.19.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-html": "^3.0.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "eslint-plugin-vue": "^4.2.0", "file-loader": "^0.11.2", "lodash": "^4.17.4", "postcss": "^6.0.2", "postcss-clean": "^1.0.2", "rollup": "^0.43.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-eslint": "^3.0.0", "rollup-plugin-json": "^2.3.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-stylus": "^1.0.3", "rollup-plugin-uglify": "^2.0.1", "rollup-plugin-vue": "^2.4.0", "rollup-watch": "^4.0.0", "stylus": "^0.54.5", "url-loader": "^0.5.9", "vue": "^2.3.4", "vue-eslint-parser": "^2.0.2" }, "dependencies": { "canvas-exif-orientation": "^0.4.0", "object-assign": "^4.1.1" } }