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
559 B
26 lines
559 B
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"name": "fstream",
|
|
"description": "Advanced file system stream things",
|
|
"version": "0.1.5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/fstream.git"
|
|
},
|
|
"main": "fstream.js",
|
|
"engines": {
|
|
"node": "0.5 || 0.6 || 0.7"
|
|
},
|
|
"dependencies": {
|
|
"rimraf": "~1.0.8",
|
|
"mkdirp": "~0.1.0",
|
|
"graceful-fs": "~1.1.1",
|
|
"inherits": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap examples/*.js"
|
|
}
|
|
}
|
|
|