wallet-core/node_modules/orchestrator/package.json

36 lines
861 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "orchestrator",
"description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
"version": "0.3.8",
2016-11-03 01:33:53 +01:00
"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"
2016-10-10 03:43:44 +02:00
],
"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"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"license": "MIT"
2016-10-10 03:43:44 +02:00
}