blob: 0a98e28dedf4e38ab35ed7a6833a6ec35effe82a [file] [log] [blame]
{
"name": "cordova-windows",
"version": "5.1.0-dev",
"description": "cordova-windows release",
"bin": "bin/create",
"main": "template/cordova/Api.js",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-windows"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"keywords": [
"windows",
"cordova",
"apache"
],
"scripts": {
"test": "npm run eslint && npm run test-unit && npm run test-e2e",
"test-unit": "jasmine --captureExceptions ",
"test-e2e": "jasmine --captureExceptions spec/e2e/endtoend.spec.js",
"cover": "istanbul cover --root bin/templates/cordova --print detail jasmine",
"eslint": "eslint bin && eslint template && eslint 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": {
"eslint": "^4.2.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.0",
"jasmine": "^2.5.3",
"rewire": "^2.5.1"
},
"bundledDependencies": [
"cordova-common",
"elementtree",
"node-uuid",
"nopt",
"q",
"semver",
"shelljs",
"winjs"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0"
}