UNPKG

continuate

Version:

A wrapper to convert regular functions to continuation-passing style

31 lines (30 loc) 672 B
{ "name": "continuate", "version": "0.8.2", "description": "A wrapper to convert regular functions to continuation-passing style", "main": "index.js", "scripts": { "test": "node_modules/mocha/bin/mocha test" }, "repository": { "type": "git", "url": "https://github.com/franza/continuate" }, "keywords": [ "CPS", "continuation-passing style", "style", "async", "callback" ], "author": "franza", "license": "MIT", "bugs": { "url": "https://github.com/franza/continuate/issues" }, "homepage": "https://github.com/franza/continuate", "devDependencies": { "mocha": "^1.20.1", "should": "^4.0.4" } }