-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 912 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
37
38
39
40
41
42
43
44
{
"name": "gulpzilla-disc",
"version": "1.0.0",
"description": "disc plugin for gulpzilla",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blacktangent/gulpzilla-disc.git"
},
"keywords": [
"gulpzilla",
"gulp",
"disc",
"visualize",
"structure",
"size",
"browserify",
"tool",
"tree",
"modules",
"file",
"directory",
"analytics",
"analyze"
],
"author": "alvinsj",
"license": "MIT",
"bugs": {
"url": "https://github.com/blacktangent/gulpzilla-disc/issues"
},
"homepage": "https://github.com/blacktangent/gulpzilla-disc#readme",
"dependencies": {
"disc": "^1.3.1",
"invariant": "^2.2.1",
"opener": "^1.4.1"
},
"peerDependencies": {
"babelify": "^7.3.0",
"browserify": "^13.0.1"
}
}