2015-07-20 00:09:47 -07:00
|
|
|
{
|
2017-08-21 12:45:15 +02:00
|
|
|
"name": "cloudron",
|
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,
|
2015-07-20 00:09:47 -07:00
|
|
|
"author": {
|
|
|
|
|
"name": "Cloudron authors"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
2017-08-21 12:45:15 +02:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://git.cloudron.io/cloudron/box.git"
|
|
|
|
|
},
|
2015-07-20 00:09:47 -07:00
|
|
|
"dependencies": {
|
2022-01-09 16:39:24 -08:00
|
|
|
"@google-cloud/dns": "^2.2.4",
|
2022-04-15 07:24:40 -05:00
|
|
|
"@google-cloud/storage": "^5.19.2",
|
|
|
|
|
"async": "^3.2.3",
|
|
|
|
|
"aws-sdk": "^2.1115.0",
|
2020-11-11 13:25:52 -08:00
|
|
|
"basic-auth": "^2.0.1",
|
2022-04-15 07:24:40 -05:00
|
|
|
"body-parser": "^1.20.0",
|
2022-10-24 22:34:06 +02:00
|
|
|
"cloudron-manifestformat": "^5.19.0",
|
2019-06-14 15:31:13 -07:00
|
|
|
"connect": "^3.7.0",
|
2021-06-24 23:01:18 -07:00
|
|
|
"connect-lastmile": "^2.1.1",
|
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",
|
2020-01-31 10:25:47 -08:00
|
|
|
"cron": "^1.8.2",
|
2022-01-03 10:05:09 -08:00
|
|
|
"db-migrate": "^0.11.13",
|
|
|
|
|
"db-migrate-mysql": "^2.2.0",
|
2022-04-15 07:24:40 -05:00
|
|
|
"debug": "^4.3.4",
|
2022-01-03 10:05:09 -08:00
|
|
|
"dockerode": "^3.3.1",
|
2021-02-08 23:14:32 -08:00
|
|
|
"ejs": "^3.1.6",
|
2022-04-15 07:24:40 -05:00
|
|
|
"express": "^4.17.3",
|
2021-06-29 09:44:16 -07:00
|
|
|
"ipaddr.js": "^2.0.1",
|
2022-07-07 12:36:53 +02:00
|
|
|
"jsdom": "^20.0.0",
|
2020-11-09 20:34:48 -08:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2022-03-01 17:36:09 +01:00
|
|
|
"ldapjs": "^2.3.2",
|
2021-02-24 09:06:23 -08:00
|
|
|
"lodash": "^4.17.21",
|
2022-04-15 07:24:40 -05:00
|
|
|
"moment": "^2.29.2",
|
2022-01-03 10:05:09 -08:00
|
|
|
"moment-timezone": "^0.5.34",
|
2020-05-27 16:46:54 -07:00
|
|
|
"morgan": "^1.10.0",
|
2022-04-15 07:24:40 -05:00
|
|
|
"multiparty": "^4.2.3",
|
2020-01-31 10:25:47 -08:00
|
|
|
"mysql": "^2.18.1",
|
2022-04-15 07:24:40 -05:00
|
|
|
"nodemailer": "^6.7.3",
|
2017-04-21 10:50:25 -07:00
|
|
|
"progress-stream": "^2.0.0",
|
2022-01-03 10:05:09 -08:00
|
|
|
"qrcode": "^1.5.0",
|
2021-04-02 11:53:47 -07:00
|
|
|
"readdirp": "^3.6.0",
|
2021-09-10 11:51:44 -07:00
|
|
|
"safetydance": "^2.2.0",
|
2022-04-15 07:24:40 -05:00
|
|
|
"semver": "^7.3.7",
|
2018-04-25 16:52:39 +02:00
|
|
|
"speakeasy": "^2.0.0",
|
2019-03-11 10:55:27 -07:00
|
|
|
"split": "^1.0.1",
|
2022-04-15 07:24:40 -05:00
|
|
|
"superagent": "^7.1.1",
|
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",
|
2022-01-03 10:05:09 -08:00
|
|
|
"ua-parser-js": "^1.0.2",
|
|
|
|
|
"underscore": "^1.13.2",
|
2021-02-04 10:59:44 -08:00
|
|
|
"uuid": "^8.3.2",
|
2022-01-03 10:05:09 -08:00
|
|
|
"validator": "^13.7.0",
|
2022-04-15 07:24:40 -05:00
|
|
|
"ws": "^8.5.0",
|
2020-01-31 10:25:47 -08:00
|
|
|
"xml2js": "^0.4.23"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"expect.js": "*",
|
2020-05-27 16:46:54 -07:00
|
|
|
"hock": "^1.4.1",
|
2022-01-03 10:05:09 -08:00
|
|
|
"js2xmlparser": "^4.0.2",
|
2022-04-15 07:24:40 -05:00
|
|
|
"mocha": "^9.2.2",
|
2017-10-11 13:57:05 -07:00
|
|
|
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
|
2022-11-05 15:20:39 +01:00
|
|
|
"nock": "^13.2.4"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2022-10-14 08:22:04 +02:00
|
|
|
"test": "./run-tests",
|
2015-07-20 00:09:47 -07:00
|
|
|
"postmerge": "/bin/true",
|
|
|
|
|
"precommit": "/bin/true",
|
|
|
|
|
"prepush": "npm test",
|
2018-03-15 14:01:20 -07:00
|
|
|
"dashboard": "node_modules/.bin/gulp"
|
2015-07-20 00:09:47 -07:00
|
|
|
}
|
|
|
|
|
}
|