aboutsummaryrefslogtreecommitdiff
path: root/node_modules/orchestrator/package.json
blob: 7107bfd93b3552ab233fd93fb79e96ff23920feb (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
26
27
28
29
30
31
32
33
34
35
{
  "name": "orchestrator",
  "description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
  "version": "0.3.8",
  "homepage": "https://github.com/robrich/orchestrator",
  "repository": "git://github.com/robrich/orchestrator.git",
  "author": "Rob Richardson (http://robrich.org/)",
  "main": "./index.js",
  "keywords": [
    "async",
    "task",
    "parallel",
    "compose"
  ],
  "dependencies": {
    "end-of-stream": "~0.1.5",
    "sequencify": "~0.0.7",
    "stream-consume": "~0.1.0"
  },
  "devDependencies": {
    "event-stream": "~3.3.4",
    "gulp-uglify": "^2.0.0",
    "jshint": "^2.9.4",
    "map-stream": "~0.0.6",
    "merge-stream": "~1.0.0",
    "mocha": "~3.1.2",
    "q": "~1.4.1",
    "should": "~11.1.1",
    "vinyl-fs": "~2.4.4"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "MIT"
}