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.

22 lines
484 B

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "fstream",
"description": "Advanced file system stream things",
"version": "0.1.1",
"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",
"inherits": "~1.0.0"
},
"devDependencies": {}
}