-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
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
37
38
39
40
41
{
"name": "cordova-plugin-firebaseui-auth",
"version": "3.0.0",
"description": "Adds support for Firebase UI authentication.",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firebaseui-auth-multi.git"
},
"engines": {
"cordovaDependencies": {
"0.0.7": {
"cordova": ">=7.0.0",
"cordova-android": ">=5.0.0",
"cordova-ios": ">=4.0.0"
}
}
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser",
"firebase",
"authentication",
"auth"
],
"author": "Richard Windley",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firebaseui-auth/issues"
},
"homepage": "https://github.com/ReallySmallSoftware/cordova-plugin-firebaseui-auth",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"jshint-junit-reporter": "^0.2.3",
"libxmljs": "^0.18.4"
}
}