blob: 42fc702a8a7f41c9f76671dda194e9e6a90f3dd6 [file] [log] [blame]
{
"name": "cordova-browser",
"version": "7.0.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": "^4.0.0",
"cordova-serve": "^4.0.0",
"nopt": "^4.0.1",
"shelljs": "^0.5.3"
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0",
"jasmine": "^3.3.1",
"nyc": "^14.1.1",
"tmp": "0.0.33"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"node": ">=10.0.0"
},
"nyc": {
"include": [
"bin/lib/**",
"bin/templates/cordova/**"
],
"reporter": [
"lcov",
"text"
]
}
}