mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
541 B
26 lines
541 B
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"name": "tar",
|
|
"description": "tar for node",
|
|
"version": "0.1.3",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "0.x",
|
|
"rimraf": "1.x"
|
|
}
|
|
}
|
|
|