blob: 795099ae15f99afc06caa8e02254a31b6d4dd907 [file] [log] [blame]
{
"name": "cordova-serve",
"version": "4.0.0-dev",
"description": "Apache Cordova server support for cordova-lib and cordova-browser.",
"main": "src/main.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && npm run test:unit",
"test:unit": "jasmine \"spec/**/*.spec.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-serve"
},
"keywords": [
"cordova",
"server",
"apache"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"dependencies": {
"chalk": "^2.4.1",
"compression": "^1.6.0",
"express": "^4.13.3",
"opn": "^5.3.0",
"which": "^1.3.0"
},
"devDependencies": {
"@cordova/eslint-config": "^2.0.0",
"jasmine": "^3.5.0",
"rewire": "^4.0.1"
},
"engines": {
"node": ">= 10",
"npm": ">= 5.6.0"
}
}