vue-instagram-cropper
Version:
Simple Image Cropper that works like Instagram for Vue
69 lines (68 loc) • 1.8 kB
JSON
{
"name": "vue-instagram-cropper",
"version": "1.1.5",
"description": "Simple Image Cropper that works like Instagram for Vue",
"main": "dist/index.common.js",
"unpkg": "dist/index.umd.min.js",
"private": false,
"scripts": {
"demo": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name index ./src/index.js"
},
"files": [
"dist/*",
"src/*",
"*.json",
"*.js"
],
"keywords": [
"instagram",
"instagram cropper",
"cropper",
"vue",
"image",
"crop",
"upload",
"vue-cropper",
"vue cropper",
"image cropper",
"vue plugin",
"move",
"zoom",
"javascript",
"web",
"front-end",
"staightforward",
"customizable",
"editable",
"lightweight",
"mobile"
],
"repository": {
"type": "git",
"url": "git://github.com/avidofood/vue-instagram-cropper.git"
},
"author": {
"name": "Philipp Mochine",
"email": "support@avidofood.com",
"url": "https://avidofood.com"
},
"license": "MIT",
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"eslint-config-avidofood": "^1.1.0",
"laravel-mix": "^5.0.5",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"canvas-exif-orientation": "^0.4.0"
}
}