UNPKG

passport-channeladvisor

Version:

Channel Advisor authentication strategy for Passport.

40 lines (39 loc) 809 B
{ "name": "passport-channeladvisor", "version": "0.0.5", "description": "Channel Advisor authentication strategy for Passport.", "keywords": [ "passport", "channeladvisor", "auth", "authn", "authentication", "identity" ], "author": { "name": "Jonathan Segev", "email": "jsegev01@gmail.com" }, "repository": { "type": "git", "url": "http://github.com/yonib05/passport-channeladvisor.git" }, "bugs": { "url": "http://github.com/yonib05/passport-channeladvisor/issues" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "oauth": "^0.9.13", "passport-oauth2": "1.x.x", "utils": "^0.2.2" }, "engines": { "node": ">= 0.4.0" } }