UNPKG

cb2yield

Version:

Simple Node.js module to convert a function from callback style to yieldable style

25 lines (24 loc) 610 B
{ "name": "cb2yield", "version": "0.1.1", "description": "Simple Node.js module to convert a function from callback style to yieldable style", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Elzair/cb2yield.git" }, "keywords": [ "co", "generator", "yieldable" ], "author": "Philip Woods <elzairthesorcerer@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Elzair/cb2yield/issues" }, "homepage": "https://github.com/Elzair/cb2yield" }