forked from ToniKorin/cordova-plugin-autostart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 886 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
{
"name": "cordova-plugin-autostart",
"version": "2.0.1",
"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"
}