Files
cloudron-box/package.json

102 lines
2.7 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": {
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",
"connect-ensure-login": "^0.1.1",
"connect-lastmile": "^1.0.2",
"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",
"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",
"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",
"oauth2orize": "^1.11.0",
2019-03-11 10:55:27 -07:00
"once": "^1.4.0",
"parse-links": "^0.1.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"progress-stream": "^2.0.0",
"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",
"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",
"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",
"valid-url": "^1.0.9",
2019-03-11 10:55:27 -07:00
"validator": "^10.11.0",
"ws": "^6.2.1",
"xml2js": "^0.4.19"
},
"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",
"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"
}
}