{
    "version": "7.2.10",
    "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"
    }
}
