-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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-circle-progress",
"version": "1.0.0",
"description": "A lightweight circle progress component for vue",
"main": "index.js",
"author": "ciwyaitd <[email protected]> (http://ciwyaitd.top)",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack --progress --hide-modules",
"demo": "NODE_ENV=development webpack-dev-server --open --hot",
"build-demo": "NODE_ENV=development webpack"
},
"repository": {
"type": "git",
"url": "[email protected]:ciwyaitd/vue-circle-progress.git"
},
"keywords": [
"vue",
"vue2.0",
"svg",
"progress",
"circle",
"vue-progress",
"vue-circle-progress"
],
"bugs": {
"url": "https://github.com/ciwyaitd/vue-circle-progress/issues"
},
"homepage": "https://ciwyaitd.github.io/vue-circle-progress/",
"engines": {
"node": ">= 5.0.0",
"npm": ">= 3.0.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"css-loader": "^0.25.0",
"vue": "^2.5.4",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.4",
"webpack": "^3.2.0",
"webpack-dev-server": "^2.2.0",
"webpack-merge": "^3.0.0",
"webpack-node-externals": "^1.5.4"
}
}