passport-intercom
Version:
Intercom authentication strategy for Passport.
41 lines (40 loc) • 877 B
JSON
{
"name": "passport-intercom",
"version": "0.0.4",
"description": "Intercom authentication strategy for Passport.",
"homepage": "http://github.com/intercom/passport-intercom",
"keywords": [
"passport",
"intercom",
"auth",
"authn",
"authentication",
"identity"
],
"repository": {
"type": "git",
"url": "git://github.com/intercom/passport-intercom.git"
},
"bugs": {
"url": "https://github.com/intercom/passport-intercom/issues"
},
"author": {
"name": "Rory Hughes",
"email": "rory@intercom.io"
},
"license": "MIT",
"main": "./lib/passport-intercom",
"dependencies": {
"pkginfo": "0.4.x",
"passport-oauth": "1.x.x"
},
"devDependencies": {
"vows": "0.8.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
},
"engines": {
"node": ">= 0.4.0"
}
}