29 lines
708 B
JSON
29 lines
708 B
JSON
{
|
|
"name": "vnctalk-hybrid-authenticator2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "NODE_ENV=development node app/app.js",
|
|
"start:gr13": "NODE_ENV=gr13 node app/app.js"
|
|
},
|
|
"author": "VNC Software AG",
|
|
"license": "",
|
|
"dependencies": {
|
|
"body-parser": "1.18.3",
|
|
"express": "4.13.4",
|
|
"express-async-errors": "^3.1.1",
|
|
"express-basic-auth": "^1.1.6",
|
|
"hmacsha1": "^1.0.0",
|
|
"jsonwebtoken": "^8.3.0",
|
|
"ldapjs": "^1.0.2",
|
|
"md5": "^2.2.1",
|
|
"moment": "^2.22.2",
|
|
"morgan": "1.8.2",
|
|
"pg": "7.6.0",
|
|
"pg-pool": "2.0.3",
|
|
"request": "2.83.0"
|
|
}
|
|
}
|