wallet-core/node_modules/ordered-read-streams/package.json

26 lines
606 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "ordered-read-streams",
"version": "0.3.0",
2016-10-10 03:43:44 +02:00
"description": "Combines array of streams into one read stream in strict order",
2016-11-03 01:33:53 +01:00
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
"scripts": {
2016-11-03 01:33:53 +01:00
"test": "jshint *.js test/*.js && mocha"
},
"repository": "armed/ordered-read-streams",
"author": "Artem Medeusheyev <artem.medeusheyev@gmail.com>",
"license": "MIT",
"dependencies": {
"is-stream": "^1.0.1",
"readable-stream": "^2.0.1"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"should": "^7.0.1",
"mocha": "^2.2.5",
"through2": "^2.0.0",
"jshint": "^2.8.0",
"pre-commit": "^1.0.10"
}
2016-10-10 03:43:44 +02:00
}