wallet-core/node_modules/stream-to-array/package.json
2016-11-03 01:33:53 +01:00

32 lines
722 B
JSON

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