smart-stream-timeout
Version:
A library and middleware for Node.js Streams. Implementing your own Stream is easy! - With Timeout Feature
31 lines (30 loc) • 808 B
JSON
{
"name": "smart-stream-timeout",
"version": "0.2.1",
"description": "A library and middleware for Node.js Streams. Implementing your own Stream is easy! - With Timeout Feature",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/redsand/node-SmartStream.git"
},
"keywords": [
"Stream",
"smart-stream",
"smart-stream-timeout",
"smart stream",
"smart stream timeout",
"middleware",
"ReadStream",
"WriteStream"
],
"author": "John Smart <smart@telly.com> (https://github.com/thesmart), Tim Shelton <tshelton@hawkdefense.com> (https://github.com/redsand)",
"license": "BSD",
"dependencies": {
"underscore": "1.4.2",
"mocha": "1.8.1"
},
"devDependencies": {
"mocha": "~1.8.1",
"underscore": "~1.4.2"
}
}