dir-packer
Version:
A tool for packing directories into tar.gz files.
41 lines (40 loc) • 894 B
JSON
{
"name": "dir-packer",
"version": "0.1.1",
"description": "A tool for packing directories into tar.gz files.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zkochan/dir-packer.git"
},
"keywords": [
"packer",
"pack",
"directory",
"tar-gz",
"compress",
"folder"
],
"author": {
"name": "Zoltan Kochan",
"email": "zoltan.kochan@gmail.com",
"url": "http://kochan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/dir-packer/issues"
},
"homepage": "https://github.com/zkochan/dir-packer#readme",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"dependencies": {
"fstream": "^1.0.8",
"fstream-ignore": "^1.0.3",
"inherits": "^2.0.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3",
"tar": "^2.2.1",
"tar.gz": "^1.0.2"
}
}