UNPKG

gen-run

Version:

Generator Async Runner. Makes it possible to yield and wait for callbacks and thunks.

28 lines (27 loc) 623 B
{ "name": "gen-run", "version": "0.1.2", "description": "Generator Async Runner. Makes it possible to yield and wait for callbacks and thunks.", "main": "run.js", "scripts": { "test": "node --harmony_generators test.js" }, "repository": { "type": "git", "url": "git://github.com/creationix/gen-run.git" }, "keywords": [ "generator", "async", "runner", "thunk", "continuable", "callback" ], "author": "Tim Caswell <tim@creationix.com>", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/creationix/gen-run/issues" } }