27 lines
621 B
JSON
27 lines
621 B
JSON
{
|
|
"name": "cm-auth",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"beeline": "^0.2.4",
|
|
"cors": "^2.8.5",
|
|
"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-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"
|
|
}
|