Files
bro-app-gateway/package.json
2020-09-02 10:18:55 +09:00

26 lines
575 B
JSON

{
"name": "cm-auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"express": "^4.17.1",
"express-http-proxy": "^1.5.1",
"express-logging": "^1.1.1",
"http-status-codes": "^1.3.2",
"kgo": "^4.0.3",
"logops": "^2.1.1",
"lowdb": "^1.0.0",
"node-cron": "^2.0.3",
"node-uuid": "^1.4.8",
"simple-oauth-server": "^1.0.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/index.js"
},
"author": "",
"license": "ISC"
}