{ "name": "ordered-read-streams", "version": "0.1.0", "description": "Combines array of streams into one read stream in strict order", "main": "index.js", "scripts": { "test": "jshint *.js test/*.js && mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/armed/ordered-read-streams.git" }, "author": "Artem Medeusheyev ", "license": "MIT", "devDependencies": { "should": "~3.0.1", "mocha": "~1.17.0", "through2": "~0.4.0", "jshint": "~2.4.1", "pre-commit": "0.0.4" } }