forked from chemerisuk/cordova-support-google-services
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 969 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
{
"name": "cordova-support-google-services",
"version": "1.4.2",
"description": "Cordova plugin to add google service support",
"scripts": {
"version": "replace -s 'version=\"(.+)(?=\">)' 'version=\"'$npm_package_version plugin.xml && git add plugin.xml",
"postversion": "git push && git push --tags"
},
"cordova": {
"id": "cordova-support-google-services",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/chemerisuk/cordova-support-google-services.git"
},
"author": "Maksim Chemerisuk <[email protected]> (https://github.com/chemerisuk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemerisuk/cordova-support-google-services/issues"
},
"homepage": "https://github.com/chemerisuk/cordova-support-google-services#readme",
"keywords": [
"cordova",
"google services",
"firebase",
"ecosystem:cordova",
"cordova-android"
]
}