-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
25 lines (25 loc) · 866 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
{
"name": "cordova-plugin-doze-optimize",
"version": "0.1.0",
"description": "If you want to run your application in background mode and it shoud standby even battery optimization enabled, then this Cordova plugin is used to check the doze or battery optimization status and also it help to request whitlest popup for battery optimization",
"cordova": {
"id": "cordova-plugin-doze-optimize",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomas550i/cordova-plugin-doze-Optimize.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "thomas550i",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomas550i/cordova-plugin-doze-Optimize/issues"
},
"homepage": "https://github.com/thomas550i/cordova-plugin-doze-Optimize#readme"
}