34 lines
734 B
JSON
34 lines
734 B
JSON
{
|
|
"name": "collect-stream",
|
|
"description": "Collect a readable stream's output and errors",
|
|
"version": "1.2.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/juliangruber/collect-stream.git"
|
|
},
|
|
"homepage": "https://github.com/juliangruber/collect-stream",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"concat-stream": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.8.21",
|
|
"tape": "~2.1.0",
|
|
"through": "~2.3.4"
|
|
},
|
|
"keywords": [
|
|
"collect",
|
|
"stream",
|
|
"concat"
|
|
],
|
|
"author": {
|
|
"name": "Julian Gruber",
|
|
"email": "mail@juliangruber.com",
|
|
"url": "http://juliangruber.com"
|
|
},
|
|
"license": "MIT"
|
|
}
|