-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 883 Bytes
/
package.json
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
26
27
28
29
30
31
{
"name": "@joeyroeters/firebase-oauth2-bride",
"version": "1.0.2",
"main": "src/server.js",
"type": "commonjs",
"scripts": {
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/JoeyRoeters/firebase-oauth2-bride.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Joey Roeters",
"email": "[email protected]",
"license": "SEE LICENSE IN LICENSE.txt",
"description": "A Node.js localhost middle-man tool designed to bridge Firebase Auth with standard OAuth2 protocols, specifically tailored for JetBrains IDEs and other environments requiring OAuth2 authentication",
"keywords": [
"firebase",
"jetbrains",
"firebase-auth",
"oauth"
],
"dependencies": {
"express": "^4.19.2",
"firebase": "^10.11.1",
"minimist": "^1.2.8"
}
}