jawbone-oauth2
Version:
Authentication module for Jawbone using OAuth 2.0
35 lines (34 loc) • 759 B
JSON
{
"name": "jawbone-oauth2",
"version": "1.0.3",
"description": "Authentication module for Jawbone using OAuth 2.0",
"main": "src/index.js",
"scripts": {
"test": "mocha --reporter nyan 'spec/*'"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisng93/jawbone-oauth2"
},
"keywords": [
"jawbone",
"oauth2",
"authentication",
"token"
],
"author": "Chris Ng",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisng93/jawbone-oauth2/issues"
},
"homepage": "https://github.com/chrisng93/jawbone-oauth2",
"dependencies": {
"promise": "^7.1.1",
"request": "^2.74.0",
"simple-oauth2": "^0.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}