2015-07-20 00:09:47 -07:00
|
|
|
{
|
2023-03-29 23:48:29 +02:00
|
|
|
"name": "yellowtent",
|
2015-07-20 00:09:47 -07:00
|
|
|
"description": "Main code for a cloudron",
|
2017-08-21 12:45:15 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
2023-04-14 19:31:45 +02:00
|
|
|
"contributors": [
|
|
|
|
|
"Girish",
|
|
|
|
|
"Johannes"
|
|
|
|
|
],
|
2015-07-20 00:09:47 -07:00
|
|
|
"repository": {
|
2017-08-21 12:45:15 +02:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://git.cloudron.io/cloudron/box.git"
|
|
|
|
|
},
|
2023-03-29 22:52:51 +02:00
|
|
|
"bin": {
|
2023-03-29 23:09:15 +02:00
|
|
|
"hotfix": "./scripts/hotfix",
|
|
|
|
|
"release": "./scripts/release"
|
2023-03-29 22:52:51 +02:00
|
|
|
},
|
2015-07-20 00:09:47 -07:00
|
|
|
"dependencies": {
|
2023-03-09 18:17:12 +01:00
|
|
|
"@google-cloud/dns": "^3.0.2",
|
2023-07-28 09:35:39 +05:30
|
|
|
"@google-cloud/storage": "^6.12.0",
|
2023-11-26 09:46:51 +01:00
|
|
|
"async": "^3.2.5",
|
|
|
|
|
"aws-sdk": "^2.1502.0",
|
2020-11-11 13:25:52 -08:00
|
|
|
"basic-auth": "^2.0.1",
|
2023-03-09 18:17:12 +01:00
|
|
|
"body-parser": "^1.20.2",
|
2024-02-08 18:17:08 +01:00
|
|
|
"cloudron-manifestformat": "^5.22.0",
|
2019-06-14 15:31:13 -07:00
|
|
|
"connect": "^3.7.0",
|
2023-11-26 09:46:51 +01:00
|
|
|
"connect-lastmile": "^2.2.0",
|
2017-08-13 17:44:31 -07:00
|
|
|
"connect-timeout": "^1.9.0",
|
2022-01-03 10:05:09 -08:00
|
|
|
"cookie-parser": "^1.4.6",
|
|
|
|
|
"cookie-session": "^2.0.0",
|
2023-11-26 09:46:51 +01:00
|
|
|
"cron": "^2.4.4",
|
|
|
|
|
"db-migrate": "^0.11.14",
|
|
|
|
|
"db-migrate-mysql": "^2.3.2",
|
2022-04-15 07:24:40 -05:00
|
|
|
"debug": "^4.3.4",
|
2023-03-26 11:21:11 +02:00
|
|
|
"dockerode": "^3.3.5",
|
|
|
|
|
"ejs": "^3.1.9",
|
2022-11-06 10:26:24 +01:00
|
|
|
"express": "^4.18.2",
|
2023-07-28 09:35:39 +05:30
|
|
|
"ipaddr.js": "^2.1.0",
|
2023-11-26 09:46:51 +01:00
|
|
|
"jose": "^4.15.4",
|
2023-12-03 14:24:45 +01:00
|
|
|
"jsdom": "^23.0.1",
|
2023-11-26 09:46:51 +01:00
|
|
|
"jsonwebtoken": "^9.0.2",
|
2023-03-09 18:53:26 +01:00
|
|
|
"ldapjs": "^2.3.3",
|
2023-11-26 09:46:51 +01:00
|
|
|
"marked": "^7.0.5",
|
2022-11-06 10:26:24 +01:00
|
|
|
"moment": "^2.29.4",
|
2023-05-11 10:33:18 +02:00
|
|
|
"moment-timezone": "^0.5.43",
|
2022-04-15 07:24:40 -05:00
|
|
|
"multiparty": "^4.2.3",
|
2020-01-31 10:25:47 -08:00
|
|
|
"mysql": "^2.18.1",
|
2023-11-26 09:46:51 +01:00
|
|
|
"nodemailer": "^6.9.7",
|
2023-04-14 19:31:45 +02:00
|
|
|
"nsyslog-parser": "^0.10.1",
|
2023-11-26 09:46:51 +01:00
|
|
|
"oidc-provider": "^8.4.1",
|
2023-11-05 18:38:30 +01:00
|
|
|
"ovh": "^2.0.3",
|
2023-05-11 10:33:18 +02:00
|
|
|
"qrcode": "^1.5.3",
|
2021-04-02 11:53:47 -07:00
|
|
|
"readdirp": "^3.6.0",
|
2023-11-26 09:46:51 +01:00
|
|
|
"safetydance": "^2.4.0",
|
2023-07-28 09:35:39 +05:30
|
|
|
"semver": "^7.5.4",
|
2018-04-25 16:52:39 +02:00
|
|
|
"speakeasy": "^2.0.0",
|
2023-11-26 09:46:51 +01:00
|
|
|
"superagent": "^8.1.2",
|
2019-04-01 11:56:20 -07:00
|
|
|
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
|
2018-02-22 10:52:42 -08:00
|
|
|
"tldjs": "^2.3.1",
|
2023-11-26 09:46:51 +01:00
|
|
|
"ua-parser-js": "^1.0.37",
|
2022-11-06 10:26:24 +01:00
|
|
|
"underscore": "^1.13.6",
|
2023-11-26 09:46:51 +01:00
|
|
|
"uuid": "^9.0.1",
|
|
|
|
|
"validator": "^13.11.0",
|
|
|
|
|
"ws": "^8.14.2",
|
2023-07-28 09:35:39 +05:30
|
|
|
"xml2js": "^0.6.2"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-11-26 09:46:51 +01:00
|
|
|
"commander": "^11.1.0",
|
2023-03-29 23:09:15 +02:00
|
|
|
"easy-table": "^1.2.0",
|
2023-11-26 09:46:51 +01:00
|
|
|
"eslint": "^8.54.0",
|
2015-07-20 00:09:47 -07:00
|
|
|
"expect.js": "*",
|
2020-05-27 16:46:54 -07:00
|
|
|
"hock": "^1.4.1",
|
2023-03-09 18:17:12 +01:00
|
|
|
"js2xmlparser": "^5.0.0",
|
2022-12-24 11:38:57 +01:00
|
|
|
"mocha": "^10.2.0",
|
2017-10-11 13:57:05 -07:00
|
|
|
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
|
2023-11-26 09:46:51 +01:00
|
|
|
"nock": "^13.3.8",
|
2023-07-28 09:35:39 +05:30
|
|
|
"ssh2": "^1.14.0",
|
2023-03-29 23:09:15 +02:00
|
|
|
"yesno": "^0.4.0"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2022-11-05 15:26:56 +01:00
|
|
|
"test": "./run-tests"
|
2015-07-20 00:09:47 -07:00
|
|
|
}
|
|
|
|
|
}
|