2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "stream-to-array",
|
|
|
|
"description": "Concatenate a readable stream's data into a single array",
|
|
|
|
"version": "1.0.0",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Jonathan Ong",
|
|
|
|
"email": "me@jongleberry.com",
|
2016-11-03 01:33:53 +01:00
|
|
|
"url": "http://jongleberry.com",
|
|
|
|
"twitter": "https://twitter.com/jongleberry"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/stream-utils/stream-to-array.git"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"bugs": {
|
2016-11-03 01:33:53 +01:00
|
|
|
"mail": "me@jongleberry.com",
|
2016-10-10 03:43:44 +02:00
|
|
|
"url": "https://github.com/stream-utils/stream-to-array/issues"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"co": "*",
|
|
|
|
"gnode": "*",
|
|
|
|
"mocha": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "NODE=gnode make test"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.10.0"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|