forked from Vanthink-UED/vue-core-image-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "vue-core-image-upload",
"version": "1.0.0",
"description": "a vue plgin for image upload and crop",
"main": "index.js",
"dependencies": {
"vue": "^1.0.26"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.25.0",
"style-loader": "^0.13.1",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.2",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2"
},
"scripts": {
"test": "npm run test",
"build": "rm -f ./index.js && webpack --config ./webpack.config.js",
"demo": "webpack --config ./webpack.config.demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vanthink-UED/vue.core.image.upload.git"
},
"keywords": [
"vue",
"plugin",
"upload",
"image",
"crop",
"image"
],
"author": "JackPu",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vanthink-UED/vue.core.image.upload/issues"
},
"homepage": "https://github.com/Vanthink-UED/vue.core.image.upload#readme"
}