forked from dpa99c/cordova-diagnostic-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"version": "7.1.4",
"name": "cordova.plugins.diagnostic",
"cordova_name": "Diagnostic",
"description": "Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.",
"author": "Dave Alden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpa99c/cordova-diagnostic-plugin.git"
},
"issue": "https://github.com/dpa99c/cordova-diagnostic-plugin/issues",
"cordova": {
"id": "cordova.plugins.diagnostic",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"ecosystem:cordova",
"cordova",
"android",
"ios",
"phonegap",
"diagnostic",
"wifi",
"location",
"gps",
"camera",
"bluetooth",
"settings"
],
"types": "./cordova.plugins.diagnostic.d.ts",
"dependencies": {
"colors": "1.4.0",
"elementtree": "^0.1.6",
"minimist": "1.2.6"
},
"scripts": {
"postinstall": "node ./scripts/apply-modules.js"
}
}