Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| { | |
| "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": "2.1.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.3.2", | |
| "underscore": "^1.8.2" | |
| }, | |
| "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": "Artistic-2.0" | |
| } |