blob: e56039d11f5e65d1e3de647f31bec3f4158a1780 [file] [log] [blame]
{
"name": "cordova-windows",
"version": "8.0.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://github.com/apache/cordova-windows/issues"
},
"keywords": [
"windows",
"cordova",
"apache"
],
"scripts": {
"test": "npm run eslint && npm run test-unit && npm run test-e2e",
"test-unit": "jasmine",
"test-e2e": "jasmine spec/e2e/endtoend.spec.js",
"cover": "nyc jasmine",
"eslint": "eslint . \"+(bin|template)/**/!(*.*)\""
},
"dependencies": {
"cordova-common": "^3.2.0",
"elementtree": "^0.1.7",
"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": {
"eslint": "^5.12.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"fs-extra": "^8.1.0",
"jasmine": "3.1.0",
"nyc": "^14.1.1",
"rewire": "^4.0.1"
},
"engines": {
"node": ">=10.0.0"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"nyc": {
"include": [
"bin/**",
"template/cordova/**"
],
"reporter": [
"lcov",
"text"
]
}
}