Нема описа

12345678910111213141516171819202122
  1. {
  2. "name": "ordered-read-streams",
  3. "version": "0.1.0",
  4. "description": "Combines array of streams into one read stream in strict order",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "jshint *.js test/*.js && mocha -R spec"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/armed/ordered-read-streams.git"
  12. },
  13. "author": "Artem Medeusheyev <artem.medeusheyev@gmail.com>",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "should": "~3.0.1",
  17. "mocha": "~1.17.0",
  18. "through2": "~0.4.0",
  19. "jshint": "~2.4.1",
  20. "pre-commit": "0.0.4"
  21. }
  22. }