forked from hilongjw/vue-progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
48
49
{
"name": "vue-progressbar",
"version": "0.7.5",
"description": "A lightweight progress bar for vue",
"main": "dist/vue-progressbar.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hilongjw/vue-progressbar.git"
},
"keywords": [
"vue",
"vue-progressbar",
"vue loading progress",
"vue progressbar",
"progressbar"
],
"author": [
{
"name": "XeonPowder",
"email": ""
},
{
"name": "Awe",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hilongjw/vue-progressbar/issues"
},
"homepage": "https://github.com/hilongjw/vue-progressbar#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"rollup": "^0.47.4",
"rollup-plugin-babel": "^3.0.1",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-vue": "^2.4.1",
"vue": "^2.4.2"
}
}