package.json 1.17 KB
{
    "version": "3.0.11",
    "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": {
        "lodash": "^4.3.0",
        "elementtree": "^0.1.6",
        "plist": "^1.2.0",
        "xcode": "^0.8.9",
        "colors": "^1.1.2",
        "shelljs": "^0.7.0",
        "tostr": "^0.1.0"
    },
    "devDependencies": {
        "jshint": "^2.6.0"
    },
    "scripts": {
        "test": "jshint hooks"
    }
}