-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
32 lines (32 loc) · 907 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-plugin-firebase-invites",
"version": "1.0.2",
"description": "Invite your contacts to install and use your app via Email or SMS",
"cordova": {
"id": "cordova-plugin-firebase-invites",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddyVerbruggen/cordova-plugin-firebase-invites.git"
},
"keywords": [
"Firebase Invites",
"Firebase",
"Invites",
"App Invites",
"Google App Invites",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"author": "Telerik / Eddy Verbruggen <[email protected]> (https://github.com/EddyVerbruggen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/cordova-plugin-firebase-invites/issues"
},
"homepage": "https://github.com/EddyVerbruggen/cordova-plugin-firebase-invites#readme"
}