foo-baz
Version:
A thin wrapper around Bluebird.coroutine, with friendly defaults.
32 lines • 631 B
JSON
{
"name": "foo-baz",
"version": "0.0.5",
"description": "A thin wrapper around Bluebird.coroutine, with friendly defaults.",
"main": "foo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j50n/foo.git"
},
"keywords": [
"Q",
"async",
"promise",
"generator",
"yield"
],
"author": "Jason Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/j50n/foo/issues"
},
"homepage": "https://github.com/j50n/foo#readme",
"dependencies": {
"bluebird": "~3.0"
},
"devDependencies": {
"duct-tape": "0.0.1"
}
}