43 lines
898 B
JSON
Executable File
43 lines
898 B
JSON
Executable File
{
|
|
"name": "proxy-api",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"author": [
|
|
{
|
|
"name": "William Mantly",
|
|
"email": "wmantly@gmail.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
"@popperjs/core": "^2.11.8",
|
|
"acme-client": "^5.4.0",
|
|
"axios": "^1.7.2",
|
|
"bcrypt": "^5.1.1",
|
|
"bootstrap": "^5.3.3",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"extend": "^3.0.2",
|
|
"jquery": "^3.7.1",
|
|
"ldapts": "^2.12.0",
|
|
"linux-sys-user": "^1.1.8",
|
|
"moment": "^2.29.4",
|
|
"mustache": "^4.2.0",
|
|
"p2psub": "^0.1.9",
|
|
"redis": "^4.6.7",
|
|
"socket.io": "^4.7.5",
|
|
"tld-extract": "^2.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.theta42.com/wmantly/proxy.git"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.4"
|
|
}
|
|
}
|