| { |
| "name": "cordova-electron", |
| "version": "1.0.2", |
| "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.1.0", |
| "electron": "^4.0.1", |
| "electron-builder": "^20.38.4", |
| "fs-extra": "^7.0.1", |
| "nopt": "^4.0.1", |
| "shelljs": "^0.5.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", |
| "jasmine": "^3.3.1", |
| "nyc": "^13.1.0", |
| "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" |
| ] |
| } |
| } |