UNPKG

passport-strava-oauth2

Version:

Strava authentication strategy for Passport.

46 lines (45 loc) 951 B
{ "name": "passport-strava-oauth2", "version": "0.1.3", "description": "Strava authentication strategy for Passport.", "keywords": [ "passport", "strava", "auth", "authn", "authentication", "identity" ], "repository": { "type": "git", "url": "git://github.com/millsy/passport-strava.git" }, "bugs": { "url": "http://github.com/millsy/passport-strava/issues" }, "author": { "name": "Chris Mills", "email": "github@thefamilymills.co.uk", "url": "http://www.thefamilymills.co.uk/" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib/passport-strava", "dependencies": { "pkginfo": "0.2.x", "passport-oauth": "0.1.x" }, "devDependencies": { "vows": "0.6.x" }, "scripts": { "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js" }, "engines": { "node": ">= 0.4.0" } }