UNPKG

passport-jawbone

Version:

Passport strategy for authenticating with Jawbone UP using the OAuth 2.0

37 lines (36 loc) 917 B
{ "name": "passport-jawbone", "version": "1.0.3", "description": "Passport strategy for authenticating with Jawbone UP using the OAuth 2.0 ", "main": "./lib/passport-jawbone", "dependencies": { "pkginfo": "0.2.x", "passport-oauth2": "1.1.x" }, "devDependencies": { "mocha": "~1.17.1", "should": "~3.1.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kiwiwearables/passport-jawbone.git" }, "keywords": [ "passport", "jawbone" ], "author": "Michael Huynh <michael.h@kiwi.ai> (https://kiwi.ai/)", "license":[ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "bugs": { "url": "https://github.com/kiwiwearables/passport-jawbone/issues" }, "homepage": "https://github.com/kiwiwearables/passport-jawbone#readme" }