aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ordered-read-streams/package.json
blob: 48982f6040ca35d6c41eb26df873e19b1b07dd86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "ordered-read-streams",
  "version": "0.3.0",
  "description": "Combines array of streams into one read stream in strict order",
  "files": [
    "index.js"
  ],
  "scripts": {
    "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"
  },
  "devDependencies": {
    "should": "^7.0.1",
    "mocha": "^2.2.5",
    "through2": "^2.0.0",
    "jshint": "^2.8.0",
    "pre-commit": "^1.0.10"
  }
}