Files
sso-manager-node/nodejs/package.json
T
2020-10-04 14:20:12 -04:00

32 lines
612 B
JSON
Executable File

{
"name": "t42-ldap-manager",
"version": "1.0.0",
"private": true,
"author": [
{
"name": "William Mantly",
"email": "wmantly@gmail.com"
}
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^7.2.6",
"ejs": "^3.1.5",
"express": "~4.16.1",
"extend": "^3.0.2",
"ldapts": "^2.7.0",
"moment": "^2.29.0",
"mustache": "^4.0.1",
"nodemon": "^2.0.4",
"redis": "^2.8.0",
"smtpc": "^0.1.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
}
}