deployments/nodejs/package.json
2021-06-25 12:02:37 -04:00

36 lines
689 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": {
"axios": "^0.21.1",
"ejs": "^3.1.5",
"express": "~4.16.1",
"extend": "^3.0.2",
"ldapts": "^2.10.1",
"moment": "^2.29.1",
"mustache": "^4.1.0",
"node-forge": "^0.10.0",
"p2psub": "^0.1.9",
"redis": "^2.8.0",
"socket.io": "^4.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}