promise-thunk
Version:
32 lines (31 loc) • 651 B
JSON
{
"name": "promise-thunk",
"version": "0.1.17",
"description": "Promise and thunk",
"main": "promise-thunk.js",
"dependencies": {},
"devDependencies": {
"mocha": "^2.5.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "LightSpeedWorks/promise-thunk"
},
"bugs": {
"url": "https://github.com/LightSpeedWorks/promise-thunk/issues"
},
"homepage": "https://github.com/LightSpeedWorks/promise-thunk",
"keywords": [
"promise",
"thunk",
"thunkify",
"aa",
"async-await",
"co"
],
"author": "LightSpeedC",
"license": "MIT"
}