-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (24 loc) · 735 Bytes
/
package.json
File metadata and controls
25 lines (24 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "google-firebase-auth-proxy",
"version": "0.0.3",
"description": "Serves as an google oauth-proxy and tranfers the resulting payload to firebase as custom authentication",
"keywords": [
"firebase",
"oauth"
],
"repository": "https://github.com/flash1293/node-google-firebase-auth-proxy",
"homepage": "https://github.com/flash1293/node-google-firebase-auth-proxy",
"bugs": "https://github.com/flash1293/node-google-firebase-auth-proxy/issues",
"license": "MIT",
"author": "Johannes Reuter <[email protected]>",
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.3",
"firebase": "^3.2.1",
"request": "^2.65.0"
},
"main": "index",
"engines": {
"node": ">= 0.4.1"
}
}