blob: be51f45544526c149df32feef3a304d000ec2079 [file] [log] [blame]
{
"name": "cordova-electron",
"version": "2.0.0-dev",
"description": "electron apps as a target for cordova developers",
"main": "bin/templates/cordova/Api.js",
"bin": "bin/create",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-electron"
},
"bugs": {
"url": "https://github.com/apache/cordova-electron/issues"
},
"kewords": [
"cordova",
"electron",
"apache"
],
"scripts": {
"lint": "eslint .",
"test": "npm run lint && npm run test:coverage",
"test:coverage": "nyc npm run test:unit",
"test:unit": "jasmine --config=tests/spec/unit.json"
},
"dependencies": {
"cordova-common": "^3.2.0",
"electron": "^6.0.7",
"electron-builder": "^21.2.0",
"execa": "^3.3.0",
"fs-extra": "^8.0.1",
"nopt": "^4.0.1"
},
"devDependencies": {
"@cordova/eslint-config": "^2.0.0",
"jasmine": "^3.5.0",
"nyc": "^15.0.0-beta.0",
"rewire": "^4.0.1"
},
"author": "Apache Software Foundation",
"contributors": [
{
"name": "Steve Gill",
"email": "steveng@adobe.com"
},
{
"name": "Jesse MacFadyen",
"email": "purplecabbage@apache.org"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">=10.0.0"
},
"nyc": {
"all": true,
"exclude": [
"bin/templates/build-res/",
"bin/templates/project/",
"cordova-js-src/",
"cordova-lib/",
"coverage/",
"tests/"
],
"reporter": [
"lcov",
"text"
]
}
}