UNPKG

cordova.plugins.diagnostic

Version:

Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.

44 lines (43 loc) 1.11 kB
{ "version": "7.2.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" ] }, "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" } }