This commit is contained in:
2020-05-03 18:22:51 -04:00
commit 8dc0e946b1
98 changed files with 19301 additions and 0 deletions

28
nodejs/package.json Executable file
View File

@ -0,0 +1,28 @@
{
"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.1.0",
"ejs": "^3.0.1",
"express": "~4.16.1",
"extend": "^3.0.2",
"ldapts": "^2.2.1",
"redis": "^2.8.0",
"smtpc": "^0.1.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
}
}