-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
35 lines (35 loc) · 861 Bytes
/
package.json
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": "^1.4.4",
"sequencify": "~0.0.7",
"stream-consume": "~0.1.0"
},
"devDependencies": {
"event-stream": "^4.0.1",
"gulp-uglify": "^3.0.2",
"jshint": "^2.9.4",
"map-stream": "~0.0.6",
"merge-stream": "^2.0.0",
"mocha": "^8.0.1",
"q": "^1.5.1",
"should": "^13.2.3",
"vinyl-fs": "~2.4.4"
},
"scripts": {
"test": "mocha"
},
"license": "MIT"
}