forked from jofftiquez/vue-croppie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "vue-croppie",
"version": "1.3.13",
"description": "VueJs wrapper for Croppie",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jofftiquez/vue-croppie.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/jofftiquez/vue-croppie/issues"
},
"homepage": "https://github.com/jofftiquez/vue-croppie#readme",
"dependencies": {
"croppie": "^2.6.3"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"uglify-loader": "^2.0.0",
"webpack": "^3.5.4"
}
}