{
    "name": "cordova-windows-nufix",
    "version": "3.9.0-nufixpre-01",
    "description": "cordova-windows (universal 8.1) release, working for mixed platforms",
    "main": "bin/create",
    "repository": {
        "type": "git",
        "url": "https://github.com/litehelpers/cordova-windows-nufix"
    },
    "keywords": [
        "windows",
        "cordova",
        "apache"
    ],
    "scripts": {
        "test": "npm run jshint && npm run test-unit && npm run test-e2e",
        "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions spec/unit",
        "test-e2e": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions spec/e2e",
        "cover": "node node_modules/istanbul/lib/cli.js cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit",
        "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint template && node node_modules/jshint/bin/jshint spec"
    },
    "dependencies": {
        "elementtree": "~0.1.5",
        "node-uuid": "~1.4",
        "nopt": "~3",
        "q": ">0.9.0",
        "shelljs": "~0.3"
    },
    "devDependencies": {
        "jasmine-node": "1.14.5",
        "jshint": "^2.6.0",
        "rewire": ">=2.1.3",
        "istanbul": "^0.3.4"
    },
    "bundledDependencies": [
        "q",
        "nopt",
        "node-uuid",
        "shelljs",
        "elementtree"
    ],
    "author": "Apache Software Foundation/Litehelpers",
    "license": "Apache Version 2.0"
}