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

49 lines
870 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gulp-tar",
"version": "1.9.0",
"description": "Create tarball from files",
"license": "MIT",
"repository": "sindresorhus/gulp-tar",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "xo && mocha"
},
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"tar",
"tarball",
"archive",
"archiver",
"compress",
"compression",
"file",
"files",
"stream",
"streams"
],
2016-11-03 01:33:53 +01:00
"dependencies": {
"archiver": "^1.0.0",
"gulp-util": "^3.0.0",
"object-assign": "^4.0.1",
"through2": "^2.0.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"gulp": "*",
"gulp-gzip": "^1.2.0",
"mocha": "*",
"tar-stream": "^1.0.2",
"vinyl-map": "^1.0.1",
"xo": "*"
}
2016-10-10 03:43:44 +02:00
}