forked from abarta/vue2-multi-uploader
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "@updivision/vue2-multi-uploader",
"description": "Drag and drop multiple file uploader with Vue.js v2 and Axios",
"version": "1.6.1",
"author": "UPDIVISION",
"main": "dist/build.js",
"repository": {
"type": "git",
"url": "git+/~https://github.com/updivision/vue2-multi-uploader.git"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"axios": "^0.15.3",
"es6-promise": "~4.1.0"
},
"bugs": {
"url": "/~https://github.com/updivision/vue2-multi-uploader/issues"
},
"homepage": "/~https://github.com/updivision/vue2-multi-uploader#readme",
"devDependencies": {
"vue": "^2.2.1",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-latest": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"license": "MIT"
}