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": {
|
2019-04-13 07:10:46 -07:00
|
|
|
"@google-cloud/dns": "^0.9.2",
|
|
|
|
|
"@google-cloud/storage": "^2.5.0",
|
|
|
|
|
"@sindresorhus/df": "^3.1.0",
|
2019-02-21 13:56:58 -08:00
|
|
|
"async": "^2.6.2",
|
2019-04-22 11:06:48 -07:00
|
|
|
"aws-sdk": "^2.441.0",
|
2018-06-07 18:32:40 -07:00
|
|
|
"body-parser": "^1.18.3",
|
2018-10-12 16:13:28 -07:00
|
|
|
"cloudron-manifestformat": "^2.14.2",
|
2018-08-14 18:27:08 -07:00
|
|
|
"connect": "^3.6.6",
|
2015-07-20 00:09:47 -07:00
|
|
|
"connect-ensure-login": "^0.1.1",
|
2017-11-16 11:47:17 -08:00
|
|
|
"connect-lastmile": "^1.0.2",
|
2017-08-13 17:44:31 -07:00
|
|
|
"connect-timeout": "^1.9.0",
|
2019-02-21 13:56:58 -08:00
|
|
|
"cookie-parser": "^1.4.4",
|
2019-03-11 10:55:27 -07:00
|
|
|
"cookie-session": "^1.3.3",
|
2019-03-10 10:48:30 -07:00
|
|
|
"cron": "^1.7.0",
|
2019-03-11 10:55:27 -07:00
|
|
|
"csurf": "^1.9.0",
|
2019-02-21 13:56:58 -08:00
|
|
|
"db-migrate": "^0.11.5",
|
2017-02-07 10:22:52 +01:00
|
|
|
"db-migrate-mysql": "^1.1.10",
|
2019-03-11 10:55:27 -07:00
|
|
|
"debug": "^4.1.1",
|
2019-02-21 13:56:58 -08:00
|
|
|
"dockerode": "^2.5.8",
|
2018-06-07 18:32:40 -07:00
|
|
|
"ejs": "^2.6.1",
|
|
|
|
|
"ejs-cli": "^2.0.1",
|
2019-02-21 13:56:58 -08:00
|
|
|
"express": "^4.16.4",
|
2019-04-13 07:10:46 -07:00
|
|
|
"express-session": "^1.16.1",
|
2019-05-07 09:34:23 -07:00
|
|
|
"js-yaml": "^3.13.1",
|
2019-03-11 10:55:27 -07:00
|
|
|
"json": "^9.0.6",
|
2018-02-22 10:52:42 -08:00
|
|
|
"ldapjs": "^1.0.2",
|
2019-05-10 11:19:13 -07:00
|
|
|
"lodash": "^4.17.11",
|
2017-09-27 21:46:24 -07:00
|
|
|
"lodash.chunk": "^4.2.0",
|
2019-04-13 07:10:46 -07:00
|
|
|
"mime": "^2.4.2",
|
2019-04-22 11:06:48 -07:00
|
|
|
"moment-timezone": "^0.5.25",
|
2019-02-21 13:56:58 -08:00
|
|
|
"morgan": "^1.9.1",
|
2019-03-11 10:55:27 -07:00
|
|
|
"multiparty": "^4.2.1",
|
2019-04-22 11:06:48 -07:00
|
|
|
"mysql": "^2.17.1",
|
|
|
|
|
"nodemailer": "^6.1.1",
|
2017-06-27 16:23:39 -05:00
|
|
|
"nodemailer-smtp-transport": "^2.7.4",
|
2017-11-13 10:43:16 -08:00
|
|
|
"oauth2orize": "^1.11.0",
|
2019-03-11 10:55:27 -07:00
|
|
|
"once": "^1.4.0",
|
2016-03-29 12:47:23 -07:00
|
|
|
"parse-links": "^0.1.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"passport": "^0.4.0",
|
|
|
|
|
"passport-http": "^0.3.0",
|
2015-07-20 00:09:47 -07:00
|
|
|
"passport-http-bearer": "^1.0.1",
|
|
|
|
|
"passport-local": "^1.0.0",
|
|
|
|
|
"passport-oauth2-client-password": "^0.1.2",
|
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",
|
2019-03-11 10:55:27 -07:00
|
|
|
"qrcode": "^1.3.3",
|
2019-04-22 11:06:48 -07:00
|
|
|
"readdirp": "^3.0.0",
|
2019-03-11 10:55:27 -07:00
|
|
|
"request": "^2.88.0",
|
|
|
|
|
"rimraf": "^2.6.3",
|
2018-06-07 18:32:40 -07:00
|
|
|
"s3-block-read-stream": "^0.5.0",
|
2017-09-27 14:44:48 -07:00
|
|
|
"safetydance": "^0.7.1",
|
2019-04-13 07:10:46 -07:00
|
|
|
"semver": "^6.0.0",
|
2019-03-11 10:55:27 -07:00
|
|
|
"showdown": "^1.9.0",
|
2018-04-25 16:52:39 +02:00
|
|
|
"speakeasy": "^2.0.0",
|
2019-03-11 10:55:27 -07:00
|
|
|
"split": "^1.0.1",
|
2019-04-13 07:10:46 -07:00
|
|
|
"superagent": "^5.0.2",
|
2018-06-07 18:32:40 -07:00
|
|
|
"supererror": "^0.7.2",
|
2019-04-01 11:56:20 -07:00
|
|
|
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
|
2019-03-11 10:55:27 -07:00
|
|
|
"tar-stream": "^2.0.1",
|
2018-02-22 10:52:42 -08:00
|
|
|
"tldjs": "^2.3.1",
|
2018-06-07 18:32:40 -07:00
|
|
|
"underscore": "^1.9.1",
|
2019-03-11 10:55:27 -07:00
|
|
|
"uuid": "^3.3.2",
|
2015-07-20 00:09:47 -07:00
|
|
|
"valid-url": "^1.0.9",
|
2019-03-11 10:55:27 -07:00
|
|
|
"validator": "^10.11.0",
|
2019-05-16 16:53:36 +02:00
|
|
|
"ws": "^6.2.1",
|
|
|
|
|
"xml2js": "^0.4.19"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"expect.js": "*",
|
2019-03-11 10:55:27 -07:00
|
|
|
"hock": "^1.3.3",
|
|
|
|
|
"js2xmlparser": "^4.0.0",
|
2019-04-22 11:06:48 -07:00
|
|
|
"mocha": "^6.1.4",
|
2017-10-11 13:57:05 -07:00
|
|
|
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
|
2019-03-11 10:55:27 -07:00
|
|
|
"nock": "^10.0.6",
|
2019-02-21 13:56:58 -08:00
|
|
|
"node-sass": "^4.11.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
|
|
|
}
|
|
|
|
|
}
|