ohauth2
Version:
oauth2 client that uses Wreck for a transport
39 lines (38 loc) • 844 B
JSON
{
"name": "ohauth2",
"version": "0.0.3",
"description": "oauth2 client that uses Wreck for a transport",
"main": "index.js",
"scripts": {
"test": "ava --tap | tap-nyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/achingbrain/ohauth2.git"
},
"keywords": [
"oauth",
"oauth2",
"hapi",
"wreck"
],
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/achingbrain/ohauth2/issues"
},
"homepage": "https://github.com/achingbrain/ohauth2#readme",
"dependencies": {
"boom": "^3.1.2",
"lodash.defaultsdeep": "^4.3.0",
"nodeify": "^1.0.0",
"qs": "^6.1.0",
"wreck": "^6.0.0"
},
"devDependencies": {
"ava": "^0.12.0",
"faker": "^3.0.1",
"nock": "^7.2.2",
"tap-nyan": "0.0.2"
}
}