-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 804 Bytes
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": "cli-progress-webpack-plugin",
"version": "1.0.2",
"description": "A cli progress bar for Webpack.",
"keywords": [
"webpack",
"plugin",
"cli-simple-progress"
],
"author": "Jesse Feng <fxm0016@126.com>",
"homepage": "https://github.com/fengxinming/webpack-plugins#readme",
"license": "MIT",
"main": "index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fengxinming/webpack-plugins.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/fengxinming/webpack-plugins/issues"
},
"peerDependencies": {
"webpack": ">=4"
},
"dependencies": {
"cli-simple-progress": "^2.0.0"
}
}