blob: e47ab08d86e4dd8237002e4a002539e257824590 [file] [log] [blame]
{
"name": "cordova-browser",
"version": "6.0.0",
"description": "cordova-browser release",
"main": "bin/template/cordova/Api.js",
"bin": "bin/create",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-browser"
},
"bugs": {
"url": "https://github.com/apache/cordova-browser/issues"
},
"keywords": [
"cordova",
"browser",
"apache"
],
"scripts": {
"cover": "nyc jasmine",
"eslint": "eslint bin spec",
"jasmine": "jasmine",
"test": "npm run eslint && npm run cover"
},
"dependencies": {
"cordova-common": "^3.1.0",
"cordova-serve": "^3.0.0",
"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",
"tmp": "0.0.33"
},
"author": "Apache Software Foundation",
"contributors": [
{
"name": "Steve Gill",
"email": "steveng@adobe.com"
},
{
"name": "Suraj Pindoria",
"email": "spindori@adobe.com"
},
{
"name": "Jesse MacFadyen",
"email": "purplecabbage@apache.org"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true,
"nyc": {
"include": [
"bin/lib/**",
"bin/templates/cordova/**"
],
"reporter": [
"lcov",
"text"
]
}
}