blob: 5ed0dd6f16c372291b4e008424746ce94e9ea7d2 [file] [log] [blame]
{
"name": "cordova-windows",
"version": "4.1.0",
"description": "cordova-windows release",
"main": "bin/create",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-windows"
},
"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",
"winjs": "^4.0.0"
},
"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",
"winjs"
],
"author": "Apache Software Foundation",
"license": "Apache Version 2.0"
}