Files
cloudron-box/package.json

104 lines
2.8 KiB
JSON
Raw Normal View History

{
"name": "cloudron",
"description": "Main code for a cloudron",
"version": "1.0.0",
"private": true,
"author": {
"name": "Cloudron authors"
},
"repository": {
"type": "git",
"url": "https://git.cloudron.io/cloudron/box.git"
},
"engines": {
"node": ">=4.0.0 <=4.1.1"
},
"dependencies": {
2020-01-29 11:13:56 -08:00
"@google-cloud/dns": "^1.2.8",
"@google-cloud/storage": "^4.3.0",
2019-08-19 09:19:06 +02:00
"@sindresorhus/df": "git+https://github.com/cloudron-io/df.git#type",
"async": "^2.6.3",
2020-01-29 11:13:56 -08:00
"aws-sdk": "^2.610.0",
2019-06-14 15:31:13 -07:00
"body-parser": "^1.19.0",
"cloudron-manifestformat": "^4.0.0",
2019-06-14 15:31:13 -07:00
"connect": "^3.7.0",
"connect-ensure-login": "^0.1.1",
2020-01-29 11:13:56 -08:00
"connect-lastmile": "^1.2.2",
"connect-timeout": "^1.9.0",
2019-02-21 13:56:58 -08:00
"cookie-parser": "^1.4.4",
2020-01-29 11:13:56 -08:00
"cookie-session": "^1.4.0",
"cron": "^1.8.2",
"csurf": "^1.11.0",
2019-06-14 15:31:13 -07:00
"db-migrate": "^0.11.6",
2020-01-29 11:13:56 -08:00
"db-migrate-mysql": "^2.1.0",
2019-03-11 10:55:27 -07:00
"debug": "^4.1.1",
2020-01-29 11:13:56 -08:00
"dockerode": "^3.0.2",
"ejs": "^3.0.1",
"ejs-cli": "^2.1.1",
2019-06-14 15:31:13 -07:00
"express": "^4.17.1",
2020-01-29 11:13:56 -08:00
"express-session": "^1.17.0",
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",
2020-01-29 11:13:56 -08:00
"lodash": "^4.17.15",
2017-09-27 21:46:24 -07:00
"lodash.chunk": "^4.2.0",
2019-06-14 15:31:13 -07:00
"mime": "^2.4.4",
2020-01-29 11:13:56 -08:00
"moment-timezone": "^0.5.27",
2019-02-21 13:56:58 -08:00
"morgan": "^1.9.1",
2019-03-11 10:55:27 -07:00
"multiparty": "^4.2.1",
2020-01-29 11:13:56 -08:00
"mysql": "^2.18.1",
"nodemailer": "^6.4.2",
2017-06-27 16:23:39 -05:00
"nodemailer-smtp-transport": "^2.7.4",
"oauth2orize": "^1.11.0",
2019-03-11 10:55:27 -07:00
"once": "^1.4.0",
"parse-links": "^0.1.0",
2020-01-29 11:13:56 -08:00
"passport": "^0.4.1",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"pretty-bytes": "^5.3.0",
"progress-stream": "^2.0.0",
"proxy-middleware": "^0.15.0",
2020-01-29 11:13:56 -08:00
"qrcode": "^1.4.4",
"readdirp": "^3.3.0",
2019-03-11 10:55:27 -07:00
"request": "^2.88.0",
2020-01-29 11:13:56 -08:00
"rimraf": "^3.0.1",
2018-06-07 18:32:40 -07:00
"s3-block-read-stream": "^0.5.0",
2020-01-29 11:13:56 -08:00
"safetydance": "^1.0.0",
"semver": "^7.1.1",
"session-file-store": "^1.4.0",
"showdown": "^1.9.1",
"speakeasy": "^2.0.0",
2019-03-11 10:55:27 -07:00
"split": "^1.0.1",
2020-01-29 11:13:56 -08:00
"superagent": "^5.2.1",
2018-06-07 18:32:40 -07:00
"supererror": "^0.7.2",
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
2019-06-14 15:31:13 -07:00
"tar-stream": "^2.1.0",
2018-02-22 10:52:42 -08:00
"tldjs": "^2.3.1",
2020-01-29 11:13:56 -08:00
"underscore": "^1.9.2",
"uuid": "^3.4.0",
"valid-url": "^1.0.9",
2020-01-29 11:13:56 -08:00
"validator": "^12.2.0",
"ws": "^7.2.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"expect.js": "*",
2019-03-11 10:55:27 -07:00
"hock": "^1.3.3",
"js2xmlparser": "^4.0.0",
2020-01-29 11:13:56 -08:00
"mocha": "^7.0.1",
2017-10-11 13:57:05 -07:00
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
2020-01-29 11:13:56 -08:00
"nock": "^11.7.2",
"node-sass": "^4.13.1",
"recursive-readdir": "^2.2.2"
},
"scripts": {
2019-04-18 17:14:49 +02:00
"test": "./runTests",
"postmerge": "/bin/true",
"precommit": "/bin/true",
"prepush": "npm test",
"dashboard": "node_modules/.bin/gulp"
}
}