Initial working google auth
This commit is contained in:
parent
fb52d49f74
commit
00a40f6bba
1058 changed files with 114441 additions and 0 deletions
50
auth-service/node_modules/passport-strategy/package.json
generated
vendored
Normal file
50
auth-service/node_modules/passport-strategy/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "passport-strategy",
|
||||
"version": "1.0.0",
|
||||
"description": "An abstract class implementing Passport's strategy API.",
|
||||
"keywords": [
|
||||
"passport",
|
||||
"strategy"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jaredhanson/passport-strategy.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/jaredhanson/passport-strategy/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "Jared Hanson",
|
||||
"email": "jaredhanson@gmail.com",
|
||||
"url": "http://www.jaredhanson.net/"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"main": "./lib",
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.x.x",
|
||||
"chai": "1.x.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"chrome/latest"
|
||||
],
|
||||
"harness" : "mocha",
|
||||
"files": [
|
||||
"test/bootstrap/testling.js",
|
||||
"test/*.test.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue