mirror of https://github.com/nodejs/node.git
27 lines
544 B
JSON
27 lines
544 B
JSON
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"name": "tar",
|
|
"description": "tar for node",
|
|
"version": "0.1.7",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-tar.git"
|
|
},
|
|
"main": "tar.js",
|
|
"scripts": {
|
|
"test": "rm -rf test/tmp; tap test/*.js"
|
|
},
|
|
"engines": {
|
|
"node": "~0.5.9 || 0.6 || 0.7 || 0.8"
|
|
},
|
|
"dependencies": {
|
|
"inherits": "1.x",
|
|
"block-stream": "*",
|
|
"fstream": "~0.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "0.x",
|
|
"rimraf": "1.x"
|
|
}
|
|
}
|