ecross-avatar
Version:
A simple and elegant avatar cropping and upload plugin
50 lines (49 loc) • 1.36 kB
JSON
{
"name": "ecross-avatar",
"description": "A simple and elegant avatar cropping and upload plugin",
"version": "0.0.17",
"main": "./dist/index.js",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/overtrue/vue-avatar-cropper.git"
},
"keywords": [
"vue",
"cropper",
"vue-cropper",
"vue-avatar",
"avatar-cropper",
"vue-avatar-cropper"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"cropperjs": "^1.0.0",
"css-loader": "^0.23.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.15.0",
"vue": "^2.4.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "^2.2.1"
},
"author": "overtrue",
"license": "MIT",
"bugs": {
"url": "https://github.com/overtrue/vue-avatar-cropper/issues"
},
"homepage": "https://github.com/overtrue/vue-avatar-cropper#readme"
}