-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 970 Bytes
/
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
{
"name": "webpack-simple-progress-plugin",
"version": "0.0.5",
"description": "webpack plugin for showing simple progress bar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hyunchulkwak/webpack-simple-progress-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"progress"
],
"author": {
"name": "Hyunchul Kwak",
"email": "[email protected]",
"url": "https://github.com/hyunchulkwak"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hyunchulkwak/webpack-simple-progress-plugin/issues"
},
"homepage": "https://github.com/hyunchulkwak/webpack-simple-progress-plugin#readme",
"dependencies": {
"chalk": "^1.1.3",
"object-assign": "^4.1.0",
"progress": "^1.1.8"
},
"peerDependencies": {
"webpack": "^1.3.0 || ^2.1.0-beta || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}