wallet-core/node_modules/stream-consume/package.json

25 lines
570 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "stream-consume",
"version": "0.1.0",
"description": "Consume a stream to ensure it keeps flowing",
"main": "index.js",
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "https://github.com/aroneous/stream-consume.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"author": "Aron Nopanen",
"license": "MIT",
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/aroneous/stream-consume/issues"
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/aroneous/stream-consume",
2016-10-10 03:43:44 +02:00
"devDependencies": {
"mocha": "^1.20.1",
"should": "^4.0.4",
"through2": "^0.5.1"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}