overleaf/services/web/package.json

79 lines
2.3 KiB
JSON
Raw Normal View History

2014-02-12 05:23:40 -05:00
{
"name": "web-sharelatex",
2015-03-20 10:09:27 -04:00
"version": "0.1.4",
2014-08-19 09:44:48 -04:00
"description": "The HTTP front end for ShareLaTeX",
"repository": {
2014-09-26 09:52:00 -04:00
"type": "git",
2014-08-19 09:44:48 -04:00
"url": "https://github.com/sharelatex/web-sharelatex.git"
},
2014-02-12 05:23:40 -05:00
"directories": {
"public": "./public"
},
"dependencies": {
2014-09-26 09:52:00 -04:00
"archiver": "0.9.0",
2014-03-31 12:24:41 -04:00
"async": "0.6.2",
2015-06-30 07:04:41 -04:00
"base64-stream": "^0.1.2",
"basic-auth-connect": "^1.0.0",
"bcrypt": "0.8.3",
2015-06-30 07:04:41 -04:00
"body-parser": "^1.13.1",
"bufferedstream": "1.6.0",
2015-06-30 07:04:41 -04:00
"connect-redis": "2.3.0",
"cookie-parser": "1.3.5",
"csurf": "^1.8.3",
2014-09-26 09:52:00 -04:00
"dateformat": "1.0.4-1.2.3",
2015-06-30 07:04:41 -04:00
"express": "4.13.0",
"express-session": "1.11.3",
2015-11-30 11:16:16 -05:00
"heapdump": "^0.3.7",
"http-proxy": "^1.8.1",
2014-09-26 09:52:00 -04:00
"jade": "~1.3.1",
2015-02-20 10:23:24 -05:00
"ldapjs": "^0.7.1",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.3.1",
2014-09-26 09:52:00 -04:00
"lynx": "0.1.1",
2015-06-30 07:04:41 -04:00
"marked": "^0.3.3",
"method-override": "^2.3.3",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.3.0",
2014-09-26 09:52:00 -04:00
"mimelib": "0.2.14",
"mocha": "1.17.1",
2015-06-09 05:19:24 -04:00
"mongojs": "0.18.2",
2015-08-02 10:24:17 -04:00
"mongoose": "4.1.0",
2015-06-30 07:04:41 -04:00
"multer": "^0.1.8",
2014-03-31 12:24:41 -04:00
"node-uuid": "1.4.1",
"nodemailer": "0.6.1",
2014-09-26 09:52:00 -04:00
"optimist": "0.6.1",
"redback": "0.4.0",
2014-09-26 09:52:00 -04:00
"redis": "0.10.1",
2014-11-20 07:50:55 -05:00
"redis-sharelatex": "0.0.9",
2014-09-26 09:52:00 -04:00
"request": "2.34.0",
"rimraf": "2.2.6",
2014-06-04 11:28:20 -04:00
"sanitizer": "0.1.1",
2014-09-26 09:52:00 -04:00
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
2015-11-11 18:18:25 -05:00
"sixpack-client": "^1.0.0",
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
2014-09-26 09:52:00 -04:00
"underscore": "1.6.0",
"underscore.string": "^3.0.2",
2015-02-03 06:05:23 -05:00
"v8-profiler": "^5.2.3",
2014-09-26 09:52:00 -04:00
"xml2js": "0.2.0"
2014-02-12 05:23:40 -05:00
},
"devDependencies": {
"bunyan": "0.22.1",
2014-02-12 05:23:40 -05:00
"chai": "",
"chai-spies": "",
"grunt-available-tasks": "0.4.1",
"grunt-bunyan": "0.5.0",
"grunt-concurrent": "0.4.3",
"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-execute": "0.1.5",
"grunt-file-append": "0.0.6",
"grunt-git-rev-parse": "^0.1.4",
"grunt-mocha-test": "0.9.0",
"grunt-sed": "^0.1.1",
"sandboxed-module": "0.2.0",
"sinon": "",
"timekeeper": "",
2015-11-30 11:16:16 -05:00
"grunt-env": "0.4.4"
2014-02-12 05:23:40 -05:00
}
}