wallet-core/node_modules/gulp-gzip/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gulp-gzip",
"version": "1.4.0",
"description": "Gzip plugin for gulp.",
"keywords": [
"compress",
"gulpplugin",
"gzip"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"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"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"engines": {
"node": ">= 0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jstuckey/gulp-gzip/raw/master/LICENSE"
}
2016-10-10 03:43:44 +02:00
],
"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"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}