blob: 27203f53e7a6ae1f4a3e41e23ddfbeebfa5a8bd7 [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": "^3.0.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"opn": "^6.0.0",
"which": "^2.0.2"
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0",
"jasmine": "^3.5.0",
"rewire": "^5.0.0"
},
"engines": {
"node": ">= 10",
"npm": ">= 5.6.0"
}
}