blob: b9d02cbf28cda75d61a118167e1bfd76fa935a59 [file] [log] [blame]
{
"name": "cordova-electron",
"version": "1.1.1",
"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": {
"eslint": "eslint bin tests",
"test": "npm run eslint && npm run test:coverage",
"test:unit": "jasmine --config=tests/spec/unit.json",
"test:coverage": "nyc jasmine --config=tests/spec/coverage.json"
},
"dependencies": {
"cordova-common": "^3.2.0",
"electron": "^4.0.1",
"electron-builder": "^20.38.4",
"fs-extra": "^8.0.1",
"nopt": "^4.0.1",
"shelljs": "^0.5.3"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"jasmine": "^3.4.0",
"nyc": "^14.1.1",
"rewire": "^4.0.1",
"tmp": "^0.0.33"
},
"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": ">=6.0.0"
},
"nyc": {
"include": [
"bin/templates/cordova/**",
"bin/lib/**",
"bin/create",
"bin/update"
],
"reporter": [
"lcov",
"text"
]
}
}