mirror of
https://github.com/caprover/caprover
synced 2026-05-04 10:40:34 +00:00
36 lines
817 B
JSON
36 lines
817 B
JSON
{
|
|
"name": "captain-duckduck",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "~1.17.1",
|
|
"configstore": "^3.1.1",
|
|
"cookie-parser": "~1.4.3",
|
|
"debug": "~2.6.3",
|
|
"dockerode": "^2.5.0",
|
|
"ejs": "~2.5.6",
|
|
"express": "~4.15.2",
|
|
"fs-extra": "^4.0.0",
|
|
"http-proxy": "^1.16.2",
|
|
"is-valid-path": "^0.1.1",
|
|
"js-base64": "^2.1.9",
|
|
"jsonwebtoken": "^7.4.1",
|
|
"moment": "^2.18.1",
|
|
"morgan": "~1.8.1",
|
|
"multer": "^1.3.0",
|
|
"on-finished": "^2.3.0",
|
|
"public-ip": "^2.3.5",
|
|
"recursive-readdir": "^2.2.1",
|
|
"request": "^2.81.0",
|
|
"serve-favicon": "~2.4.2",
|
|
"ssh2": "^0.5.5",
|
|
"tar": "^3.1.7",
|
|
"uuid": "^3.1.0",
|
|
"validator": "^8.1.0"
|
|
}
|
|
}
|