47 lines
1.0 KiB
JSON
Executable File
47 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "gulp-gzip",
|
|
"version": "1.4.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"
|
|
}
|
|
}
|