tailstream
Version:
Streams2 "tail -f" until stopped
40 lines (39 loc) • 757 B
JSON
{
"name": "tailstream",
"version": "0.1.0",
"description": "Streams2 \"tail -f\" until stopped",
"main": "tailstream.js",
"scripts": {
"test": "mocha -R spec"
},
"keywords": [
"streams2",
"tail",
"growing",
"follow",
"file",
"fs",
"readable",
"watch"
],
"author": "Gil Pedersen <gpdev@gpost.dk>",
"license": "BSD-2-Clause",
"dependencies": {
"oncemore": "~0.1.2"
},
"devDependencies": {
"mocha": "~1.12.0",
"should": "~1.2.2",
"temporary": "0.0.5"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/kanongil/node-tailstream.git"
},
"bugs": {
"url": "https://github.com/kanongil/node-tailstream/issues"
}
}