UNPKG

jam

Version:

JAM your async calls together *faster*

37 lines (36 loc) 734 B
{ "name": "jam", "version": "0.6.1", "description": "JAM your async calls together *faster*", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/chakrit/jam.git" }, "keywords": [ "jam", "async", "monad", "concurrent", "parallel" ], "author": "Chakrit Wichian <service@chakrit.net> (http://chakrit.net)", "license": "BSD", "readmeFilename": "README.md", "directories": { "test": "test", "lib": "lib" }, "devDependencies": { "istanbul": "~0.1.43", "mocha-istanbul": "~0.2.0", "mocha": "~1.12.0", "plato": "~0.6.1", "chai": "~1.7.2", "sinon": "~1.7.3", "groc": "~0.4.0" } }