28 lines
625 B
JSON
28 lines
625 B
JSON
{
|
|
"name": "tar-pack",
|
|
"version": "3.4.1",
|
|
"description": "Package and un-package modules of some sort (in tar/gz bundles).",
|
|
"scripts": {
|
|
"test": "mocha -R list"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ForbesLindesay/tar-pack.git"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"fstream": "^1.0.10",
|
|
"fstream-ignore": "^1.0.5",
|
|
"once": "^1.3.3",
|
|
"readable-stream": "^2.1.4",
|
|
"rimraf": "^2.5.1",
|
|
"tar": "^2.2.1",
|
|
"uid-number": "^0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"rfile": "*",
|
|
"mkdirp": "*"
|
|
}
|
|
} |