forked from dpa99c/cordova-diagnostic-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 958 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
34
35
36
37
{
"version": "3.3.3",
"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",
"windows"
]
},
"keywords": [
"ecosystem:cordova",
"cordova",
"android",
"ios",
"windows",
"phonegap",
"diagnostic",
"wifi",
"location",
"gps",
"camera",
"bluetooth",
"settings"
],
"types": "./cordova.plugins.diagnostic.d.ts"
}