stick-to-this
Version:
A ttiny utility to greatly reduce verbosity in using Promises.
36 lines (35 loc) • 738 B
JSON
{
"name": "stick-to-this",
"version": "0.0.3",
"description": "A ttiny utility to greatly reduce verbosity in using Promises.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michael-wynn/stick-to-this.git"
},
"keywords": [
"Promise",
"verbose",
"verbosity",
"function",
"bind",
"binding",
"secondary",
"this",
"_this",
"proxy",
"bluebird"
],
"author": "michael-wynn",
"license": "MIT",
"bugs": {
"url": "https://github.com/michael-wynn/stick-to-this/issues"
},
"homepage": "https://github.com/michael-wynn/stick-to-this#readme",
"devDependencies": {
"mocha": "^2.3.2"
}
}