UNPKG

passport-fitbit-oauth2

Version:
38 lines (37 loc) 1.06 kB
{ "name": "passport-fitbit-oauth2", "version": "1.0.2", "description": "An OAuth2 passport strategy for Fitbit", "main": "lib/index.js", "scripts": { "test": "./node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js", "cover": "./node_modules/.bin/istanbul cover --preserve-comments ./node_modules/.bin/_mocha -- --reporter spec --require test/bootstrap/node test/*.test.js" }, "directories": { "example": "examples" }, "dependencies": { "passport-oauth2": "^1.1.2" }, "devDependencies": { "chai": "^3.5.0", "chai-passport-strategy": "^1.0.0", "istanbul": "^0.4.4", "mocha": "^2.5.3" }, "repository": { "type": "git", "url": "git+https://github.com/thegameofcode/passport-fitbit-oauth2.git" }, "keywords": [ "passport", "fitbit", "oauth2" ], "author": "Gustavo Marin", "license": "MIT", "bugs": { "url": "https://github.com/thegameofcode/passport-fitbit-oauth2/issues" }, "homepage": "https://github.com/thegameofcode/passport-fitbit-oauth2#readme" }