yoyaku
Version:
Easily create promise-like APIs with this simple wrapper.
33 lines (32 loc) • 654 B
JSON
{
"name": "yoyaku",
"version": "0.0.12",
"description": "Easily create promise-like APIs with this simple wrapper.",
"main": "yoyaku.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/cgiffard/Yoyaku.git"
},
"keywords": [
"promise",
"contract",
"yakusoku",
"yoyaku",
"promises",
"callback",
"callbackhell",
"hell"
],
"devDependencies": {
"mocha": "1.8.x",
"chai": "~1.5.0"
},
"author": [
"Christopher Giffard <christopher.giffard@cgiffard.com>",
"cgiffard <christopher.giffard@cgiffard.com>"
],
"license": "BSD"
}