wallet-core/node_modules/orchestrator/package.json
Florian Dold bd65bb67e2 incrementally verify denoms
The denominations are not stored in a separate object store.
2016-11-16 02:00:31 +01:00

36 lines
861 B
JSON

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