Permalink
Fetching contributors…
Cannot retrieve contributors at this time
{ | |
"name": "loopback-component-passport", | |
"description": "LoopBack passport integration to support third party logins and account linking", | |
"keywords": [ | |
"StrongLoop", | |
"LoopBack", | |
"social", | |
"login", | |
"security" | |
], | |
"homepage": "https://github.com/strongloop/loopback-component-passport", | |
"version": "1.5.0", | |
"engines": { | |
"node": ">=0.10.0" | |
}, | |
"maintainers": [ | |
{ | |
"name": "Raymond Feng", | |
"email": "raymond@strongloop.com" | |
} | |
], | |
"bugs": { | |
"url": "https://github.com/strongloop/loopback-component-passport/issues" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/strongloop/loopback-component-passport.git" | |
}, | |
"dependencies": { | |
"passport": "^0.2.1", | |
"underscore": "^1.8.2" | |
}, | |
"peerDependencies": { | |
"loopback": "2.x || 1.x >=1.8.0" | |
}, | |
"devDependencies": { | |
"loopback": "^2.14.0", | |
"mocha": "^2.2.0" | |
}, | |
"scripts": { | |
"test": "./node_modules/.bin/mocha -R spec --timeout 10000 test/*.js" | |
}, | |
"main": "./lib/index.js", | |
"license": { | |
"name": "Dual Artistic-2.0/StrongLoop", | |
"url": "https://github.com/strongloop/loopback-component-passport/blob/master/LICENSE" | |
} | |
} |