forked from jstuckey/gulp-gzip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
{
"name": "gulp-gzip",
"version": "1.2.0",
"description": "Gzip plugin for gulp.",
"keywords": [
"compress",
"gulpplugin",
"gzip"
],
"repository": "https://github.com/jstuckey/gulp-gzip.git",
"homepage": "https://github.com/jstuckey/gulp-gzip/",
"author": "Jeremy Stuckey <jeremystuckey@gmail.com>",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jstuckey/gulp-gzip/raw/master/LICENSE"
}
],
"dependencies": {
"bytes": "^0.3.0",
"gulp-util": "^2.2.14",
"stream-to-array": "~1.0.0",
"through2": "^0.4.1"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-clean": "^0.2.4",
"gulp-filter": "^0.3.1",
"gulp-jshint": "~1.5.4",
"gulp-mocha": "^0.4.1",
"gulp-rename": "^1.2.0",
"gulp-tap": "^0.1.1",
"gulp-watch": "^0.6.4",
"jshint-stylish": "~0.1.5",
"mocha": "^1.18.2",
"nid": "^0.3.2",
"should": "^3.2.0-beta1"
}
}