-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 994 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": "cordova-plugin-firebase-auth-google",
"version": "1.3.1",
"description": "Adds support for Firebase authentication.",
"repository": {
"type": "git",
"url": "https://github.com/blakgeek/cordova-plugin-firebase-auth-google.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"firebase",
"authentication",
"auth"
],
"author": "Carlos \"blakgeek\" Lawton",
"license": "MIT",
"bugs": {
"url": "https://github.com/blakgeek/cordova-plugin-firebase-auth-google/issues"
},
"homepage": "https://github.com/blakgeek/cordova-plugin-firebase-auth-google",
"dependencies": {
"elementtree": "^0.1.6",
"plist": "^1.2.0",
"shelljs": "^0.7.2",
"xcode": "^0.8.9",
"xml2js": "^0.4.17"
},
"scripts": {
"postversion": "node scripts/sync-plugin-version.js; git add plugin.xml; git commit plugin.xml -m \"v${npm_package_version}\""
},
"devDependencies": {
"libxmljs": "^0.18.4"
}
}