concat-stream-callback
Version:
Callback wrapper for concat-stream providing errors.
31 lines (30 loc) • 728 B
JSON
{
"name": "concat-stream-callback",
"version": "1.0.1",
"description": "Callback wrapper for concat-stream providing errors.",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/jesstelford/concat-stream-callback.git"
},
"keywords": [
"concat-stream",
"stream",
"callback"
],
"author": "Jess Telford <hi@jes.st> (http://jes.st)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jesstelford/concat-stream-callback/issues"
},
"homepage": "https://github.com/jesstelford/concat-stream-callback",
"dependencies": {
"concat-stream": "^1.4.7"
},
"devDependencies": {
"mocha": "^2.1.0"
}
}