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": {
|
2018-02-22 10:52:42 -08:00
|
|
|
"@google-cloud/dns": "^0.7.1",
|
|
|
|
|
"@google-cloud/storage": "^1.6.0",
|
2017-04-07 18:45:14 +02:00
|
|
|
"@sindresorhus/df": "^2.1.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"async": "^2.6.0",
|
2018-02-22 10:52:42 -08:00
|
|
|
"aws-sdk": "^2.201.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"body-parser": "^1.18.2",
|
2018-01-24 20:09:01 -08:00
|
|
|
"cloudron-manifestformat": "^2.11.0",
|
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",
|
2015-07-20 00:09:47 -07:00
|
|
|
"cookie-parser": "^1.3.5",
|
2017-11-13 10:43:16 -08:00
|
|
|
"cookie-session": "^1.3.2",
|
|
|
|
|
"cron": "^1.3.0",
|
2015-07-20 00:09:47 -07:00
|
|
|
"csurf": "^1.6.6",
|
2018-02-22 10:52:42 -08:00
|
|
|
"db-migrate": "^0.10.5",
|
2017-02-07 10:22:52 +01:00
|
|
|
"db-migrate-mysql": "^1.1.10",
|
2017-11-13 10:43:16 -08:00
|
|
|
"debug": "^3.1.0",
|
2018-02-22 10:52:42 -08:00
|
|
|
"dockerode": "^2.5.4",
|
2017-08-13 17:44:31 -07:00
|
|
|
"ejs": "^2.5.7",
|
|
|
|
|
"ejs-cli": "^2.0.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"express": "^4.16.2",
|
|
|
|
|
"express-session": "^1.15.6",
|
2015-07-20 00:09:47 -07:00
|
|
|
"hat": "0.0.3",
|
|
|
|
|
"json": "^9.0.3",
|
2018-02-22 10:52:42 -08:00
|
|
|
"ldapjs": "^1.0.2",
|
2017-09-27 21:46:24 -07:00
|
|
|
"lodash.chunk": "^4.2.0",
|
2018-02-22 10:52:42 -08:00
|
|
|
"mime": "^2.2.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"moment-timezone": "^0.5.14",
|
|
|
|
|
"morgan": "^1.9.0",
|
2015-07-20 00:09:47 -07:00
|
|
|
"multiparty": "^4.1.2",
|
2017-11-13 10:43:16 -08:00
|
|
|
"mysql": "^2.15.0",
|
2018-02-22 10:52:42 -08:00
|
|
|
"nodemailer": "^4.6.0",
|
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",
|
2015-07-20 00:09:47 -07:00
|
|
|
"once": "^1.3.2",
|
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-11-13 10:43:16 -08:00
|
|
|
"password-generator": "^2.2.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",
|
2017-10-29 11:10:50 +01:00
|
|
|
"recursive-readdir": "^2.2.1",
|
2017-12-15 16:55:47 +05:30
|
|
|
"request": "^2.83.0",
|
2017-04-27 11:50:16 -07:00
|
|
|
"s3-block-read-stream": "^0.2.0",
|
2017-09-27 14:44:48 -07:00
|
|
|
"safetydance": "^0.7.1",
|
2018-02-22 10:52:42 -08:00
|
|
|
"semver": "^5.5.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"showdown": "^1.8.2",
|
2015-07-20 00:09:47 -07:00
|
|
|
"split": "^1.0.0",
|
2017-11-13 10:43:16 -08:00
|
|
|
"superagent": "^3.8.1",
|
2015-11-12 16:08:51 +01:00
|
|
|
"supererror": "^0.7.1",
|
2017-11-13 10:43:16 -08:00
|
|
|
"tar-fs": "^1.16.0",
|
|
|
|
|
"tar-stream": "^1.5.5",
|
2018-02-22 10:52:42 -08:00
|
|
|
"tldjs": "^2.3.1",
|
2015-07-20 00:09:47 -07:00
|
|
|
"underscore": "^1.7.0",
|
2018-02-22 10:52:42 -08:00
|
|
|
"uuid": "^3.2.1",
|
2015-07-20 00:09:47 -07:00
|
|
|
"valid-url": "^1.0.9",
|
2018-02-22 10:52:42 -08:00
|
|
|
"validator": "^9.4.1",
|
|
|
|
|
"ws": "^3.3.3"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"expect.js": "*",
|
2017-12-15 16:55:47 +05:30
|
|
|
"hock": "^1.3.2",
|
2015-07-20 00:09:47 -07:00
|
|
|
"istanbul": "*",
|
2017-11-13 10:56:02 -08:00
|
|
|
"js2xmlparser": "^3.0.0",
|
2018-02-22 10:52:42 -08:00
|
|
|
"mocha": "^5.0.1",
|
2017-10-11 13:57:05 -07:00
|
|
|
"mock-aws-s3": "git+https://github.com/cloudron-io/mock-aws-s3.git",
|
2017-08-13 17:44:31 -07:00
|
|
|
"nock": "^9.0.14",
|
2017-11-13 10:56:02 -08:00
|
|
|
"node-sass": "^4.6.1",
|
2017-04-17 14:42:50 +02:00
|
|
|
"readdirp": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
|
2018-04-09 20:49:38 +02:00
|
|
|
"rimraf": "^2.6.2"
|
2015-07-20 00:09:47 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2015-07-24 01:42:28 -07:00
|
|
|
"migrate_local": "DATABASE_URL=mysql://root:@localhost/box node_modules/.bin/db-migrate up",
|
|
|
|
|
"migrate_test": "BOX_ENV=test DATABASE_URL=mysql://root:@localhost/boxtest node_modules/.bin/db-migrate up",
|
2017-12-10 17:49:23 +01:00
|
|
|
"test": "npm run migrate_test && src/test/setupTest && BOX_ENV=test ./node_modules/istanbul/lib/cli.js test $1 ./node_modules/mocha/bin/_mocha -- --exit -R spec ./src/test ./src/routes/test/[^a]*",
|
|
|
|
|
"test_all": "npm run migrate_test && src/test/setupTest && BOX_ENV=test ./node_modules/istanbul/lib/cli.js test $1 ./node_modules/mocha/bin/_mocha -- --exit -R spec ./src/test ./src/routes/test",
|
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
|
|
|
}
|
|
|
|
|
}
|