forked from apache/cordova-plugin-battery-status
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "community-cordova-plugin-battery-status",
"version": "2.1.0",
"description": "Community Cordova Battery Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "community-cordova-plugin-battery-status",
"platforms": [
"android",
"ios",
"browser",
"windows"
]
},
"readme": "README.md",
"repository": "EYALIN/community-cordova-plugin-battery-status/tree/master",
"homepage": "https://github.com/EYALIN/community-cordova-plugin-battery-status/tree/master",
"funding": "https://github.com/sponsors/EYALIN",
"bugs": "https://github.com/EYALIN/community-cordova-plugin-battery-status/issues",
"keywords": [
"cordova",
"battery",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
}
}