-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.16 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
36
37
38
39
40
41
42
43
44
45
{
"name": "cordova-plugin-native-app-update",
"version": "2.0.0",
"description": "A plugin to check the App Store or Google Play Store for iOS and Android respectively.",
"cordova": {
"id": "cordova-plugin-native-app-update",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/kungfu-king-betty/cordova-plugin-native-app-update.git"
},
"keywords": [
"cordova",
"native",
"app update"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kungfu-king-betty/cordova-plugin-native-app-update/issues"
},
"homepage": "https://github.com/kungfu-king-betty/cordova-plugin-native-app-update",
"engines": {
"cordovaDependencies": {
"<1.0.0": {
"cordova": ">=7.1.0",
"cordova-android": ">=6.3.0",
"cordova-ios": ">=4.4.0"
},
"1.0.0": {
"cordova": ">=7.1.0",
"cordova-android": ">=6.3.0",
"cordova-ios": ">=4.4.0"
}
}
},
"author": "Austen Zeh <[email protected]>",
"main": "src/scripts/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}