-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 886 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 886 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
32
{
"name": "cordova-plugin-autostart",
"version": "2.3.0",
"description": "\r\n The application will be automatically started after the every boot and the automatic update of your application. \r\n You can enable or disable the autostart function in your app.\r\n ",
"cordova": {
"id": "cordova-plugin-autostart",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ToniKorin/cordova-plugin-autostart.git"
},
"keywords": [
"autostart",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Toni Korin",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/ToniKorin/cordova-plugin-autostart/issues"
},
"homepage": "https://github.com/ToniKorin/cordova-plugin-autostart"
}