mirror of
https://github.com/caprover/caprover
synced 2026-08-03 06:10:56 +00:00
38 lines
883 B
JSON
38 lines
883 B
JSON
{
|
|
"name": "captain-duckduck",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.18.3",
|
|
"configstore": "^3.1.1",
|
|
"cookie-parser": "~1.4.3",
|
|
"debug": "~2.6.3",
|
|
"dockerode": "^2.5.0",
|
|
"ejs": "~2.5.6",
|
|
"express": "~4.16.3",
|
|
"fs-extra": "^4.0.0",
|
|
"http-proxy": "^1.16.2",
|
|
"is-valid-path": "^0.1.1",
|
|
"js-base64": "^2.1.9",
|
|
"jsonwebtoken": "^8.2.0",
|
|
"moment": "^2.21.0",
|
|
"morgan": "^1.9.1",
|
|
"multer": "^1.3.0",
|
|
"on-finished": "^2.3.0",
|
|
"public-ip": "^2.3.5",
|
|
"recursive-readdir": "^2.2.1",
|
|
"request": "^2.88.0",
|
|
"require-from-string": "^2.0.2",
|
|
"serve-favicon": "~2.4.2",
|
|
"simple-git": "^1.85.0",
|
|
"ssh2": "^0.5.5",
|
|
"tar": "^3.1.7",
|
|
"uuid": "^3.1.0",
|
|
"validator": "^8.1.0"
|
|
}
|
|
}
|