| { |
| "name": "cordova-browser", |
| "version": "7.1.0-dev", |
| "description": "cordova-browser release", |
| "main": "bin/template/cordova/Api.js", |
| "bin": "bin/create", |
| "repository": "github:apache/cordova-browser", |
| "bugs": "https://github.com/apache/cordova-browser/issues", |
| "keywords": [ |
| "cordova", |
| "browser", |
| "apache" |
| ], |
| "scripts": { |
| "cover": "nyc jasmine", |
| "lint": "eslint . \"bin/**/!(*.*|gitignore)\"", |
| "jasmine": "jasmine", |
| "test": "npm run lint && npm run cover" |
| }, |
| "dependencies": { |
| "cordova-common": "^5.0.0", |
| "cordova-serve": "^4.0.1", |
| "nopt": "^7.1.0", |
| "shelljs": "^0.8.5" |
| }, |
| "devDependencies": { |
| "@cordova/eslint-config": "^5.0.0", |
| "jasmine": "^4.6.0", |
| "nyc": "^15.1.0", |
| "tmp": "^0.2.1" |
| }, |
| "author": "Apache Software Foundation", |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=16.13.0" |
| }, |
| "nyc": { |
| "include": [ |
| "bin/lib/**", |
| "bin/templates/cordova/**" |
| ], |
| "reporter": [ |
| "lcov", |
| "text" |
| ] |
| } |
| } |