-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "cordova-plugin-firebase-authentication",
"version": "1.0.1",
"description": "Cordova plugin for Firebase Authentication",
"cordova": {
"id": "cordova-plugin-firebase-authentication",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/chemerisuk/cordova-plugin-firebase-authentication.git"
},
"author": "Maksim Chemerisuk <chemerisuk@gmail.com> (https://github.com/chemerisuk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemerisuk/cordova-plugin-firebase-authentication/issues"
},
"scripts": {
"version": "replace -s 'version=\"(.+)(?=\">)' 'version=\"'$npm_package_version plugin.xml && git add plugin.xml",
"postversion": "git push && git push --tags"
},
"homepage": "https://github.com/chemerisuk/cordova-plugin-firebase-authentication#readme",
"keywords": [
"cordova",
"firebase",
"authentication",
"analytics",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
]
}