-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bundle-cop",
"version": "0.5.4",
"repository": {
"type": "git",
"url": "https://github.com/hanford/bundle-cop.git"
},
"homepage": "https://github.com/hanford/bundle-cop",
"bugs": "https://github.com/hanford/bundle-cop/issues",
"authors": [
"Jack Hanford"
],
"tags": [
"react",
"webpack",
"next.js",
"build stats",
"bundle",
"size",
"cli"
],
"keywords": [
"react",
"webpack",
"next.js",
"build stats",
"bundle",
"size",
"cli"
],
"scripts": {
"start": "node server.js",
"watch": "nodemon server.js"
},
"files": [
"bin"
],
"bin": {
"bundle-cop": "./bin/bundle-cop.js"
},
"license": "MIT",
"dependencies": {
"assert": "~1.4.1",
"await-exec": "~0.1.1",
"branch-name": "~1.0.0",
"chalk": "~2.3.0",
"ci-github": "~0.1.6",
"commander": "~2.12.2",
"lodash": "~4.17.4",
"mz": "~2.6.0",
"optimist": "~0.6.1",
"simple-git": "~1.85.0",
"webpack-compare-pretty": "~0.2.0"
},
"devDependencies": {
"github": "~9.2.0",
"now": "~8.1.0"
}
}