UNPKG

yielding

Version:
41 lines (40 loc) 817 B
{ "name": "yielding", "version": "0.3.1", "description": "Easy generators", "main": "./lib/yielding.js", "scripts": { "test": "mocha --harmony --reporter=spec test/test.js" }, "repository": { "type": "git", "url": "https://github.com/mikach/yielding" }, "keywords": [ "yields", "yield", "generators", "promises", "es6", "async", "callbacks" ], "author": { "name": "Michael", "email": "mikach27@gmail.com", "url": "https://github.com/mikach" }, "license": "MIT", "bugs": { "url": "https://github.com/mikach/yielding/issues" }, "homepage": "https://github.com/mikach/yielding", "devDependencies": { "chai": "^1.9.1", "mocha": "^1.19.0", "request": "^2.35.0" }, "dependencies": { "es6-promise": "^1.0.0" } }