UNPKG

csp

Version:

Communicating sequential processes for node. Go style concurrency with channels.

28 lines (27 loc) 734 B
{ "name": "csp" , "description": "Communicating sequential processes for node. Go style concurrency with channels." , "version": "0.0.1alpha1" , "author": "Ola Holmström <olaholmstrom+github@gmail.com>" , "keywords": ["csp", "concurrency", "async", "coroutines", "generators"] , "main": "./index.js" , "repository": { "type": "git" , "url": "http://github.com/olahol/node-csp.git" } , "licenses": [ { "type": "MIT" , "url": "http://github.com/olahol/node-csp/raw/master/LICENSE" } ] , "devDependencies": { "mocha": "*" , "ben": "*" } , "scripts": { "test": "mocha --harmony -R spec" , "bench": "node --harmony bench/" } , "engines": { "node": ">= 0.11.6" } }