UNPKG

co-bluebird

Version:
55 lines (54 loc) 1.03 kB
{ "name": "co-bluebird", "version": "1.1.0", "description": "co with bluebird promises", "main": "./lib/", "author": { "name": "Overlook Motel" }, "repository": { "type": "git", "url": "https://github.com/overlookmotel/co-bluebird.git" }, "bugs": { "url": "https://github.com/overlookmotel/co-bluebird/issues" }, "dependencies": { "bluebird": "^2.10.0", "co-use": "^1.1.0" }, "devDependencies": { "mocha": "^2.3.2", "chai": "^3.2.0", "jshint": "^2.8.0", "istanbul": "^0.3.19", "coveralls": "^2.11.4" }, "keywords": [ "co", "use", "bluebird", "promise", "promises", "promisify", "async", "flow", "generator", "coro", "coroutine" ], "scripts": { "test": "make test", "cover": "make cover" }, "engines": { "node": ">=0.12.0" }, "readmeFilename": "README.md", "licenses": [ { "type": "MIT", "url": "http://github.com/overlookmotel/co-bluebird/raw/master/License" } ] }