UNPKG

suspend

Version:

Async control-flow for Node.js using ES6 generators.

30 lines (29 loc) 770 B
{ "author": "Jeremy Martin <jmar777@gmail.com> (http://twitter.com/jmar777)", "name": "suspend", "description": "Async control-flow for Node.js using ES6 generators.", "keywords": ["async", "generator", "yield", "callback", "promise", "flow", "control", "suspend"], "version": "0.7.0", "repository": { "type": "git", "url": "git://github.com/jmar777/suspend.git" }, "main": "lib/suspend.js", "scripts": { "test": "node ./node_modules/mocha/bin/mocha --harmony --reporter list", "test-es5": "node test-es5/run.js" }, "dependencies": { "promise": "^6.0.0" }, "devDependencies": { "mocha": "^1.21.4", "regenerator": "^0.6.3", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0" }, "engines": { "node": ">=0.11.3" }, "license": "MIT" }