yunkong2.vis.cordova/plugins/cordova.custom.plugins.exitapp/package.json
2018-09-22 10:44:38 +08:00

31 lines
740 B
JSON

{
"name": "cordova-plugin-exitapp",
"version": "1.0.0",
"description": "Implements navigator.app.exitApp on WP8, Android",
"cordova": {
"id": "cordova.custom.plugins.exitapp",
"platforms": [
"wp8",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rakesh-walisheter/cordova-plugin-exitapp.git"
},
"keywords": [
"cordova",
"exit",
"terminate",
"ecosystem:cordova",
"cordova-wp8",
"cordova-android"
],
"author": "Rakesh Walisheter",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rakesh-walisheter/cordova-plugin-exitapp/issues"
},
"homepage": "https://github.com/rakesh-walisheter/cordova-plugin-exitapp#readme"
}