forked from bambusoideae/passport-firebase-auth
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 882 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
32
33
34
35
36
{
"name": "passport-firebase-authentication",
"version": "0.0.0-beta.1",
"description": "Firebase Strategy",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fmbm/passport-firebase-authentication.git"
},
"keywords": [
"firebase",
"strategy",
"passport",
"authentication",
"sso"
],
"author": "bambusoideae",
"license": "MIT",
"bugs": {
"url": "https://github.com/fmbm/passport-firebase-authentication/issues"
},
"homepage": "https://github.com/fmbm/passport-firebase-authentication#readme",
"dependencies": {
"passport-strategy": "1.x.x",
"uid2": "0.0.x"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-passport-strategy": "^1.0.0",
"make-node": "^0.3.5",
"mocha": "^3.1.2"
}
}