-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 712 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": "webpack-messages",
"version": "2.0.4",
"description": "Beautifully format Webpack messages throughout your bundle lifecycle(s)!",
"repository": "lukeed/webpack-messages",
"license": "MIT",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "lukeed.com"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"keywords": [
"bundle",
"webpack",
"create-react-app",
"webpack-plugin",
"formatting",
"messages",
"console",
"pretty",
"format",
"output",
"stats"
],
"dependencies": {
"console-clear": "^1.0.0",
"kleur": "^3.0.0",
"webpack-format-messages": "^2.0.0"
}
}