aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-zip/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-zip/package.json')
-rw-r--r--node_modules/gulp-zip/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/node_modules/gulp-zip/package.json b/node_modules/gulp-zip/package.json
index 73d272075..6efa163dc 100644
--- a/node_modules/gulp-zip/package.json
+++ b/node_modules/gulp-zip/package.json
@@ -1,19 +1,19 @@
{
"name": "gulp-zip",
- "version": "3.2.0",
+ "version": "4.0.0",
"description": "ZIP compress files",
"license": "MIT",
"repository": "sindresorhus/gulp-zip",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
+ "url": "sindresorhus.com"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"scripts": {
- "test": "mocha"
+ "test": "xo && ava"
},
"files": [
"index.js"
@@ -28,17 +28,17 @@
"file"
],
"dependencies": {
- "chalk": "^1.0.0",
- "concat-stream": "^1.4.7",
+ "get-stream": "^3.0.0",
"gulp-util": "^3.0.0",
"through2": "^2.0.1",
"yazl": "^2.1.0"
},
"devDependencies": {
- "decompress-unzip": "*",
- "gulp": "*",
- "mocha": "*",
- "vinyl-assign": "*",
- "vinyl-file": "^2.0.0"
+ "ava": "*",
+ "decompress-unzip": "^3.0.0",
+ "gulp": "^3.9.1",
+ "vinyl-assign": "^1.2.1",
+ "vinyl-file": "^3.0.0",
+ "xo": "*"
}
}