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"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4.0.0 <=4.1.1"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-02-04 10:59:44 -08:00
|
|
|
"@google-cloud/dns": "^2.1.0",
|
|
|
|
|
"@google-cloud/storage": "^5.7.4",
|
2019-08-19 09:19:06 +02:00
|
|
|
"@sindresorhus/df": "git+https://github.com/cloudron-io/df.git#type",
|
2021-02-04 10:59:44 -08:00
|
|
|
"async": "^3.2.0",
|
2021-02-08 23:14:32 -08:00
|
|
|
"aws-sdk": "^2.840.0",
|
2020-11-11 13:25:52 -08:00
|
|
|
"basic-auth": "^2.0.1",
|
2019-06-14 15:31:13 -07:00
|
|
|
"body-parser": "^1.19.0",
|
2021-01-18 23:01:39 -08:00
|
|
|
"cloudron-manifestformat": "^5.10.1",
|
2019-06-14 15:31:13 -07:00
|
|
|
"connect": "^3.7.0",
|
2020-06-03 16:46:43 -07:00
|
|
|
"connect-lastmile": "^2.0.0",
|
2017-08-13 17:44:31 -07:00
|
|
|
"connect-timeout": "^1.9.0",
|
2020-11-09 20:34:48 -08:00
|
|
|
"cookie-parser": "^1.4.5",
|
2020-01-31 10:25:47 -08:00
|
|
|
"cookie-session": "^1.4.0",
|
|
|
|
|
"cron": "^1.8.2",
|
2021-01-16 10:03:45 -08:00
|
|
|
"db-migrate": "^0.11.12",
|
|
|
|
|
"db-migrate-mysql": "^2.1.2",
|
|
|
|
|
"debug": "^4.3.1",
|
2021-02-04 10:59:44 -08:00
|
|
|
"dockerode": "^3.2.1",
|
2021-02-08 23:14:32 -08:00
|
|
|
"ejs": "^3.1.6",
|
2020-09-23 14:08:27 -07:00
|
|
|
"ejs-cli": "^2.2.1",
|
2019-06-14 15:31:13 -07:00
|
|
|
"express": "^4.17.1",
|
2020-09-14 10:29:48 -07:00
|
|
|
"ipaddr.js": "^2.0.0",
|
2021-02-04 10:59:44 -08:00
|
|
|
"js-yaml": "^4.0.0",
|
|
|
|
|
"json": "^10.0.0",
|
2020-11-09 20:34:48 -08:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2021-01-16 10:03:45 -08:00
|
|
|
"ldapjs": "^2.2.3",
|
2020-09-23 14:08:27 -07:00
|
|
|
"lodash": "^4.17.20",
|
2017-09-27 21:46:24 -07:00
|
|
|
"lodash.chunk": "^4.2.0",
|
2021-01-16 10:05:24 -08:00
|
|
|
"mime": "^2.5.0",
|
2021-01-16 10:03:45 -08:00
|
|
|
"moment": "^2.29.1",
|
2021-02-08 23:14:32 -08:00
|
|
|
"moment-timezone": "^0.5.33",
|
2020-05-27 16:46:54 -07:00
|
|
|
"morgan": "^1.10.0",
|
2020-09-23 14:08:27 -07:00
|
|
|
"multiparty": "^4.2.2",
|
2020-11-09 20:34:48 -08:00
|
|
|
"mustache-express": "^1.3.0",
|
2020-01-31 10:25:47 -08:00
|
|
|
"mysql": "^2.18.1",
|
2021-01-16 10:05:24 -08:00
|
|
|
"nodemailer": "^6.4.17",
|
2017-06-27 16:23:39 -05:00
|
|
|
"nodemailer-smtp-transport": "^2.7.4",
|
2019-03-11 10:55:27 -07:00
|
|
|
"once": "^1.4.0",
|
2021-01-16 10:05:24 -08:00
|
|
|
"pretty-bytes": "^5.5.0",
|
2017-04-21 10:50:25 -07:00
|
|
|
"progress-stream": "^2.0.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"proxy-middleware": "^0.15.0",
|
2020-01-31 10:25:47 -08:00
|
|
|
"qrcode": "^1.4.4",
|
2021-01-16 10:05:24 -08:00
|
|
|
"readdirp": "^3.5.0",
|
2020-05-27 16:46:54 -07:00
|
|
|
"request": "^2.88.2",
|
2021-02-04 10:59:44 -08:00
|
|
|
"rimraf": "^3.0.2",
|
2018-06-07 18:32:40 -07:00
|
|
|
"s3-block-read-stream": "^0.5.0",
|
2020-05-27 16:46:54 -07:00
|
|
|
"safetydance": "^1.1.1",
|
2021-02-04 10:59:44 -08:00
|
|
|
"semver": "^7.3.4",
|
2020-01-31 10:25:47 -08:00
|
|
|
"showdown": "^1.9.1",
|
2018-04-25 16:52:39 +02:00
|
|
|
"speakeasy": "^2.0.0",
|
2019-03-11 10:55:27 -07:00
|
|
|
"split": "^1.0.1",
|
2021-02-04 10:59:44 -08:00
|
|
|
"superagent": "^6.1.0",
|
2020-08-21 09:45:03 +02:00
|
|
|
"supererror": "^0.7.2",
|
2019-04-01 11:56:20 -07:00
|
|
|
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
|
2021-01-16 10:05:24 -08:00
|
|
|
"tar-stream": "^2.2.0",
|
2018-02-22 10:52:42 -08:00
|
|
|
"tldjs": "^2.3.1",
|
2021-01-16 10:03:45 -08:00
|
|
|
"underscore": "^1.12.0",
|
2021-02-04 10:59:44 -08:00
|
|
|
"uuid": "^8.3.2",
|
|
|
|
|
"validator": "^13.5.2",
|
|
|
|
|
"ws": "^7.4.3",
|
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",
|
|
|
|
|
"js2xmlparser": "^4.0.1",
|
2021-02-04 10:59:44 -08:00
|
|
|
"mocha": "^8.2.1",
|
2017-10-11 13:57:05 -07:00
|
|
|
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
|
2021-02-04 10:59:44 -08:00
|
|
|
"nock": "^13.0.7",
|
|
|
|
|
"node-sass": "^5.0.0",
|
2019-05-20 16:35:23 +02:00
|
|
|
"recursive-readdir": "^2.2.2"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-04-18 17:14:49 +02:00
|
|
|
"test": "./runTests",
|
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
|
|
|
}
|
|
|
|
|
}
|