blob: 1ad2eef447d76ac2061ebfff1d0d6e1c47f56fe2 [file] [log] [blame]
{
"name": "cordova-windows",
"version": "5.0.0",
"description": "cordova-windows release",
"bin": "bin/create",
"main": "template/cordova/Api.js",
"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": "jasmine-node --captureExceptions spec/unit",
"test-e2e": "jasmine-node --captureExceptions spec/e2e",
"cover": "istanbul cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit",
"jshint": "jshint bin && jshint template && jshint spec"
},
"dependencies": {
"cordova-common": "^2.0.0",
"elementtree": "^0.1.6",
"node-uuid": "^1.4.3",
"nopt": "^3.0.4",
"q": "^1.4.1",
"semver": "^5.3.0",
"shelljs": "^0.5.3",
"winjs": "^4.4.0"
},
"devDependencies": {
"istanbul": "^0.4.0",
"jasmine-node": "1.14.5",
"jshint": "^2.8.0",
"rewire": "^2.5.1"
},
"bundledDependencies": [
"cordova-common",
"elementtree",
"node-uuid",
"nopt",
"q",
"semver",
"shelljs",
"winjs"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0"
}