-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
47 lines (47 loc) · 1023 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "cordova-plugin-appavailability",
"version": "0.4.2",
"description": "This plugin for Cordova and PhoneGap allows you to check if an app is installed. It requires an URI Scheme (iOS) or a Package Name (Android).",
"cordova": {
"id": "cordova-plugin-appavailability",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohh2ahh/AppAvailability.git"
},
"keywords": [
"Cordova",
"PhoneGap",
"plugin",
"app",
"availability",
"installed",
"URIScheme",
"URI",
"Scheme",
"PackageName",
"Package",
"Name",
"iOS",
"Android",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "ohh2ahh",
"license": "MIT",
"bugs": {
"url": "https://github.com/ohh2ahh/AppAvailability/issues"
},
"homepage": "https://github.com/ohh2ahh/AppAvailability#readme"
}