-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "yan-progress",
"version": "1.0.3",
"description": "This is a cascading progress bar plugin based on vue",
"main": "src/index.js",
"scripts": {
"build": "webpack --progress --config webpack.config.js",
"test": "jest ./test/YanProgress.test.js",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"css-loader": "^1.0.0",
"jest": "^23.6.0",
"style-loader": "^0.23.1",
"vue": "^2.5.21",
"vue-loader": "^15.5.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/Yangfan2016/vue-yan-progress.git"
},
"author": "Yangfan",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/Yangfan2016/vue-yan-progress/issues"
},
"keywords": [
"vue",
"vue-plugin",
"progress-bar"
]
}