changelog-server/package.json

20 lines
404 B
JSON
Raw Permalink Normal View History

2020-05-15 23:24:56 +00:00
{
"name": "changelog-server",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPLv3",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.5",
2020-05-15 23:24:56 +00:00
"elasticsearch": "^16.7.1",
"express": "^4.17.1",
"lodash": "^4.17.10",
"pug": "^2.0.3"
}
}