forked from romeovs/gulp-zopfli
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
62 lines (62 loc) · 1.44 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
60
61
62
{
"name": "gulp-zopfli",
"version": "1.0.0",
"description": "Zopfli compressor for gulp",
"keywords": [
"gulpplugin",
"zopfli",
"compress",
"deflate",
"gzip",
"gulp"
],
"homepage": "https://github.com/pierreinglebert/gulp-zopfli",
"repository": {
"type": "git",
"url": "https://github.com/pierreinglebert/gulp-zopfli.git"
},
"author": {
"name": "Romeo Van Snick",
"email": "[email protected]"
},
"scripts": {
"test": "make test"
},
"contributors": [
"Pierre Inglebert <[email protected]>",
"Mayhem <[email protected]>",
"TruongSinh Tran-Nguyen <[email protected]>",
"Jeremy Stuckey <[email protected]>"
],
"dependencies": {
"bytes": "^2.1.0",
"defaults": "^1.0.2",
"gulp-util": "^3.0.4",
"node-zopfli": "^1.2.1",
"stream-to-array": "^2.0.2",
"through2": "^2.0.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.0",
"gulp-tap": "^0.1.3",
"istanbul": "^0.3.8",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"nid": "^0.3.2",
"should": "^7.0.0"
},
"main": "index.js",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/pierreinglebert/gulp-gzip/raw/master/LICENSE"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pierreinglebert/gulp-zopfli/issues",
"email": "[email protected]"
}
}