{
    "version": "5.1.2",
    "name": "cordova-custom-config",
    "cordova_name": "cordova-custom-config",
    "description": "Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml.",
    "author": "Dave Alden",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/dpa99c/cordova-custom-config.git"
    },
    "cordova": {
        "id": "cordova-custom-config",
        "platforms": [
            "android",
            "ios"
        ]
    },
    "issue": "https://github.com/dpa99c/cordova-custom-config/issues",
    "keywords": [
        "ecosystem:cordova",
        "cordova",
        "cordova-android",
        "cordova-ios",
        "phonegap",
        "config",
        "configuration",
        "plist",
        "manifest"
    ],
    "dependencies": {
        "q": "^1.4.1",
        "lodash": "^4.17.11",
        "elementtree": "^0.1.6",
        "plist": "^3.0.1",
        "xcode": "^3.0.1",
        "colors": "1.4.0",
        "shelljs": "^0.8.5",
        "tostr": "^0.1.0"
    },
    "devDependencies": {
        "jshint": "^2.6.0",
        "got": "^6.5.0"
    },
    "scripts": {
        "test": "jshint hooks"
    }
}
