UNPKG

co-use

Version:

co using your choice of promise implementation

53 lines (52 loc) 1.05 kB
{ "name": "co-use", "version": "1.1.0", "description": "co using your choice of promise implementation", "main": "./lib/", "author": { "name": "Overlook Motel" }, "repository": { "type": "git", "url": "https://github.com/overlookmotel/co-use.git" }, "bugs": { "url": "https://github.com/overlookmotel/co-use/issues" }, "dependencies": { }, "devDependencies": { "bluebird": "^2.10.0", "npm-web-api": "^0.1.1", "fs-extra-promise": "^0.2.1", "mz": "^1.0.2", "lodash": "^3.10.1", "mocha": "^2.3.2", "chai": "^3.2.0", "jshint": "^2.8.0", "istanbul": "^0.3.19", "coveralls": "^2.11.4" }, "keywords": [ "co", "use", "promise", "choice", "bluebird" ], "scripts": { "build": "make build", "test": "make test", "cover": "make cover" }, "engines": { "node": ">=0.12.0" }, "readmeFilename": "README.md", "licenses": [ { "type": "MIT", "url": "http://github.com/overlookmotel/co-use/raw/master/License" } ] }