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.

27 lines
559 B

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "fstream",
"description": "Advanced file system stream things",
13 years ago
"version": "0.1.9",
"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",
13 years ago
"graceful-fs": "~1.1.2",
"inherits": "~1.0.0"
},
"devDependencies": {
"tap": "0.1"
},
"scripts": {
"test": "tap examples/*.js"
}
}