32 lines
611 B
JSON
Executable File
32 lines
611 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": {
|
|
"ejs": "^3.0.1",
|
|
"express": "~4.16.1",
|
|
"extend": "^3.0.2",
|
|
"ldapts": "^2.2.1",
|
|
"moment": "^2.25.3",
|
|
"mustache": "^4.0.1",
|
|
"node-fetch": "^2.6.0",
|
|
"p2psub": "^0.1.6",
|
|
"redis": "^2.8.0",
|
|
"socket.io": "^2.3.0"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.theta42.com/wmantly/proxy.git"
|
|
}
|
|
}
|