forked from ToniKorin/cordova-plugin-autostart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 911 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
33
{
"name": "cordova-plugin-autostart",
"version": "2.3.2",
"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",
"types": "index.d.ts"
}