1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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"
- }
|