UNPKG

chanel

Version:

Channel-based control-flow for parallel tasks with concurrency control

29 lines (28 loc) 635 B
{ "name": "chanel", "version": "2.2.0", "description": "Channel-based control-flow for parallel tasks with concurrency control", "repository": "cojs/chanel", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com", "twitter": "https://twitter.com/jongleberry" }, "license": "MIT", "main": "lib/index.js", "dependencies": { "co": "*", "generator-supported": "*", "to-descriptor": "*" }, "devDependencies": { "co-wait": "*", "mocha": "*", "should": "*", "gnode": "*" }, "scripts": { "test": "NODE=gnode make test" } }