-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 826 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
{
"name": "gulp-sizereport",
"version": "1.2.1",
"description": "Display the size and gzipped size of your project, trigger alarm when file size is higher as expected",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaysalvat/gulp-sizereport"
},
"author": {
"name": "Jay Salvat",
"url": "http://jaysalvat.com"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"report",
"filesize",
"file",
"size",
"log",
"measure",
"inspect",
"debug",
"gzip"
],
"dependencies": {
"ansi-colors": "^1.0.1",
"beeper": "^1.1.1",
"cli-table": "^0.3.1",
"gzip-size": "^3.0.0",
"plugin-error": "^1.0.0",
"pretty-bytes": "^3.0.1",
"through2": "^2.0.1"
}
}