overleaf/services/web/package.json
2014-11-18 15:55:08 +00:00

62 lines
1.8 KiB
JSON

{
"name": "web-sharelatex",
"version": "0.1.0",
"description": "The HTTP front end for ShareLaTeX",
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/web-sharelatex.git"
},
"directories": {
"public": "./public"
},
"dependencies": {
"archiver": "0.9.0",
"async": "0.6.2",
"bcrypt": "0.7.5",
"bufferedstream": "1.6.0",
"connect-redis": "1.4.5",
"dateformat": "1.0.4-1.2.3",
"express": "3.3.4",
"fairy": "0.0.2",
"jade": "~1.3.1",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
"lynx": "0.1.1",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
"mimelib": "0.2.14",
"mocha": "1.17.1",
"mongojs": "0.10.1",
"mongoose": "3.8.8",
"node-uuid": "1.4.1",
"nodemailer": "0.6.1",
"optimist": "0.6.1",
"redback": "0.4.0",
"redis": "0.10.1",
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#master",
"request": "2.34.0",
"rimraf": "2.2.6",
"sanitizer": "0.1.1",
"session.socket.io": "0.1.4",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
"socket.io": "0.9.16",
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
"underscore": "1.6.0",
"xml2js": "0.2.0"
},
"devDependencies": {
"chai": "",
"chai-spies": "",
"sandboxed-module": "0.2.0",
"timekeeper": "",
"sinon": "",
"grunt-concurrent": "0.4.3",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.10.0",
"grunt-contrib-less": "0.9.0",
"grunt-mocha-test": "0.9.0",
"grunt-available-tasks": "0.4.1",
"grunt-contrib-requirejs": "0.4.1",
"grunt-execute": "0.1.5",
"bunyan": "0.22.1",
"grunt-bunyan": "0.5.0"
}
}