-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
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
{
"name": "cordova-plugin-app-exit",
"version": "0.0.2",
"description": "Implements navigator.app.exitApp on Android, iOS and browser",
"cordova": {
"id": "cordova-plugin-app-exit",
"platforms": [
"android",
"ios",
"browser"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/huangang/cordova-plugin-app-exit.git"
},
"keywords": [
"cordova",
"exit",
"terminate",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "huangang <huangang.zhang@gmail.com>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/huangang/cordova-plugin-app-exit/issues"
},
"homepage": "https://github.com/huangang/cordova-plugin-app-exit#readme"
}