aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-gzip/package.json
blob: c374402d19caface04f56339eb36a09f0273eab1 (plain)
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
{
  "name": "gulp-gzip",
  "version": "1.4.2",
  "license": "MIT",
  "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": {
    "ansi-colors": "^1.0.1",
    "bytes": "^3.0.0",
    "fancy-log": "^1.3.2",
    "plugin-error": "^1.0.0",
    "stream-to-array": "^2.3.0",
    "through2": "^2.0.3"
  },
  "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"
  }
}