wallet-core/node_modules/gulp-tar/package.json
2017-08-14 05:02:09 +02:00

48 lines
763 B
JSON

{
"name": "gulp-tar",
"version": "2.0.0",
"description": "Create tarball from files",
"license": "MIT",
"repository": "sindresorhus/gulp-tar",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"tar",
"tarball",
"archive",
"archiver",
"compress",
"compression",
"file",
"files",
"stream",
"streams"
],
"dependencies": {
"archiver": "^1.0.0",
"gulp-util": "^3.0.0",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "*",
"gulp-gzip": "^1.2.0",
"mocha": "*",
"tar-stream": "^1.0.2",
"vinyl-map": "^1.0.1",
"xo": "*"
}
}