overleaf/services/web/package.json

107 lines
3.2 KiB
JSON
Raw Normal View History

2014-02-12 10:23:40 +00:00
{
"name": "web-sharelatex",
2015-03-20 14:09:27 +00:00
"version": "0.1.4",
2014-08-19 13:44:48 +00:00
"description": "The HTTP front end for ShareLaTeX",
"repository": {
2014-09-26 13:52:00 +00:00
"type": "git",
2014-08-19 13:44:48 +00:00
"url": "https://github.com/sharelatex/web-sharelatex.git"
},
2014-02-12 10:23:40 +00:00
"directories": {
"public": "./public"
},
"dependencies": {
2014-09-26 13:52:00 +00:00
"archiver": "0.9.0",
2014-03-31 16:24:41 +00:00
"async": "0.6.2",
2015-06-30 11:04:41 +00:00
"base64-stream": "^0.1.2",
"basic-auth-connect": "^1.0.0",
"bcrypt": "1.0.1",
2015-06-30 11:04:41 +00:00
"body-parser": "^1.13.1",
"bufferedstream": "1.6.0",
"connect-redis": "^3.1.0",
2016-06-06 08:28:53 +00:00
"contentful": "^3.3.14",
2016-04-19 15:48:51 +00:00
"cookie": "^0.2.3",
2015-06-30 11:04:41 +00:00
"cookie-parser": "1.3.5",
"csurf": "^1.8.3",
2014-09-26 13:52:00 +00:00
"dateformat": "1.0.4-1.2.3",
2015-06-30 11:04:41 +00:00
"express": "4.13.0",
"express-session": "^1.14.2",
2017-10-13 15:49:22 +00:00
"fs-extra": "^4.0.2",
2015-11-30 16:16:16 +00:00
"heapdump": "^0.3.7",
"helmet": "^3.8.1",
"http-proxy": "^1.8.1",
2014-09-26 13:52:00 +00:00
"jade": "~1.3.1",
2017-10-03 09:29:49 +00:00
"jsonwebtoken": "^8.0.1",
2015-02-20 15:23:24 +00:00
"ldapjs": "^0.7.1",
"lodash": "^4.13.1",
2017-07-27 09:58:20 +00:00
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
2014-09-26 13:52:00 +00:00
"lynx": "0.1.1",
2016-06-06 08:28:53 +00:00
"marked": "^0.3.5",
2015-06-30 11:04:41 +00:00
"method-override": "^2.3.3",
2017-03-31 13:43:19 +00:00
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1",
2014-09-26 13:52:00 +00:00
"mimelib": "0.2.14",
"mocha": "1.17.1",
"mongojs": "2.4.0",
2017-07-27 09:58:20 +00:00
"mongoose": "4.11.4",
2015-06-30 11:04:41 +00:00
"multer": "^0.1.8",
2017-07-28 16:30:57 +00:00
"node-html-encoder": "0.0.2",
"nodemailer": "2.1.0",
2016-03-29 13:15:33 +00:00
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemailer-ses-transport": "^1.3.0",
2014-09-26 13:52:00 +00:00
"optimist": "0.6.1",
2016-09-02 15:17:37 +00:00
"passport": "^0.3.2",
"passport-ldapauth": "^0.6.0",
2016-09-02 15:17:37 +00:00
"passport-local": "^1.0.0",
2017-08-07 10:24:04 +00:00
"passport-oauth2": "^1.4.0",
"passport-oauth2-refresh": "^1.0.0",
2017-07-27 09:58:20 +00:00
"passport-saml": "^0.15.0",
"pug": "^2.0.0-beta6",
2017-10-30 15:40:56 +00:00
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.4",
2016-03-08 15:59:04 +00:00
"request": "^2.69.0",
"requests": "^0.1.7",
2014-09-26 13:52:00 +00:00
"rimraf": "2.2.6",
2017-07-27 09:58:20 +00:00
"rolling-rate-limiter": "git+https://github.com/ShaneKilkelly/rolling-rate-limiter.git#master",
2014-06-04 15:28:20 +00:00
"sanitizer": "0.1.1",
2016-08-10 15:42:56 +00:00
"sequelize": "^3.2.0",
2014-09-26 13:52:00 +00:00
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
2015-11-11 23:18:25 +00:00
"sixpack-client": "^1.0.0",
2016-05-13 12:30:00 +00:00
"temp": "^0.8.3",
2014-09-26 13:52:00 +00:00
"underscore": "1.6.0",
"uuid": "^3.0.1",
2017-07-27 09:58:20 +00:00
"v8-profiler": "^5.2.3",
2017-10-13 15:49:22 +00:00
"xml2js": "0.2.0",
"yauzl": "^2.8.0"
2016-06-02 14:24:10 +00:00
},
2014-02-12 10:23:40 +00:00
"devDependencies": {
2017-01-18 15:38:18 +00:00
"autoprefixer": "^6.6.1",
"bunyan": "0.22.1",
2017-09-12 10:21:34 +00:00
"chai": "3.5.0",
2014-02-12 10:23:40 +00:00
"chai-spies": "",
2017-01-18 15:38:18 +00:00
"clean-css": "^3.4.18",
"es6-promise": "^4.0.5",
"grunt": "0.4.5",
"grunt-available-tasks": "0.4.1",
"grunt-bunyan": "0.5.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.10.0",
"grunt-contrib-less": "0.9.0",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "0.4.4",
"grunt-exec": "^0.4.7",
2016-06-28 09:12:40 +00:00
"grunt-execute": "^0.2.2",
"grunt-file-append": "0.0.6",
"grunt-forever": "^0.4.7",
"grunt-git-rev-parse": "^0.1.4",
"grunt-mocha-test": "0.9.0",
"grunt-newer": "^1.2.0",
"grunt-parallel": "^0.5.1",
2017-01-18 15:38:18 +00:00
"grunt-postcss": "^0.8.0",
"grunt-sed": "^0.1.1",
"grunt-shell": "^2.1.0",
"sandboxed-module": "0.2.0",
"sinon": "^1.17.0",
2017-01-18 15:38:18 +00:00
"timekeeper": "",
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master"
2014-02-12 10:23:40 +00:00
}
}