wreck-promisify
Version:
wreck object wrapped into promise feature
31 lines (30 loc) • 713 B
JSON
{
"name": "wreck-promisify",
"version": "3.0.2",
"description": "wreck object wrapped into promise feature",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/katturajam/wreck-promisify.git"
},
"bugs": {
"url": "https://github.com/katturajam/wreck-promisify/issues"
},
"homepage": "https://github.com/katturajam/wreck-promisify",
"keywords": [
"wreck",
"hapijs",
"wreck-promise",
"wreck-promisify",
"hapijs-wreck-promise"
],
"author": "Katturaja Mookkan",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"wreck": "^12.2.2"
}
}