43 lines
985 B
JSON
43 lines
985 B
JSON
{
|
|
"name": "orchestrator",
|
|
"description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
|
|
"version": "0.3.7",
|
|
"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.1.5",
|
|
"gulp-jshint": "~1.6.3",
|
|
"map-stream": "~0.1.0",
|
|
"merge-stream": "~0.1.2",
|
|
"mocha": "~1.17.0",
|
|
"q": "~1.0.0",
|
|
"should": "~3.0.1",
|
|
"vinyl-fs": "~0.3.4"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/robrich/orchestrator/raw/master/LICENSE"
|
|
}
|
|
]
|
|
}
|