blob: cc852994ed35b72eabaa44b30258891844b3bf89 [file] [log] [blame]
{
"name": "cordova-windows",
"version": "8.0.0-dev",
"description": "cordova-windows release",
"bin": "bin/create",
"main": "template/cordova/Api.js",
"repository": "github:apache/cordova-windows",
"bugs": "https://github.com/apache/cordova-windows/issues",
"keywords": [
"windows",
"cordova",
"apache"
],
"scripts": {
"test": "npm run lint && npm run test-unit && npm run test-e2e",
"test-unit": "jasmine",
"test-e2e": "jasmine spec/e2e/endtoend.spec.js",
"cover": "nyc jasmine",
"lint": "eslint . \"+(bin|template)/**/!(*.*|gitignore)\""
},
"dependencies": {
"cordova-common": "^3.2.0",
"elementtree": "^0.1.7",
"fs-extra": "^9.0.0",
"node-uuid": "^1.4.8",
"nopt": "^4.0.1",
"q": "^1.5.1",
"semver": "^5.5.0",
"shelljs": "^0.5.3",
"winjs": "^4.4.3"
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0",
"jasmine": "^3.5.0",
"nyc": "^15.0.1",
"rewire": "^5.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"nyc": {
"include": [
"bin/**",
"template/cordova/**"
],
"reporter": [
"lcov",
"text"
]
}
}