{
    "name": "phonegap-build",
    "description": "PhoneGap Build node library.",
    "version": "1.0.0",
    "homepage": "http://github.com/phonegap/node-phonegap-build",
    "repository": {
        "type": "git",
        "url": "git://github.com/phonegap/node-phonegap-build.git"
    },
    "keywords": [
        "phonegap",
        "phonegap build",
        "phonegap-build",
        "phonegapbuild",
        "cordova"
    ],
    "main": "./lib/main.js",
    "scripts": {
        "test": "jasmine"
    },
    "engines": {
        "node": ">=6.0.0"
    },
    "dependencies": {
        "colors": "0.6.x",
        "jasmine": "^3.2.0",
        "optimist": "0.3.x",
        "phonegap-build-api": "1.0.0",
        "prompt": "0.2.x",
        "qrcode-terminal": "0.8.x",
        "shelljs": "0.0.x"
    },
    "devDependencies": {},
    "optionalDependencies": {},
    "contributors": [
        {
            "name": "Michael Brooks",
            "email": "michael@michaelbrooks.ca",
            "url": "http://michaelbrooks.ca"
        },
        {
            "name": "Mathijs de Bruin",
            "email": "mathijs@mathijsfietst.nl",
            "url": "http://djangopeople.net/dokterbob"
        },
        {
            "name": "Benn Mapes",
            "email": "benn.mapes@gmail.com",
            "url": "http://github.com/bennmapes"
        },
        {
            "name": "Jesse MacFadyen",
            "url": "https://github.com/purplecabbage"
        }
    ]
}
