2014-02-12 05:23:40 -05:00
|
|
|
{
|
|
|
|
"name": "web-sharelatex",
|
2015-02-26 06:48:42 -05:00
|
|
|
"version": "0.1.3",
|
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",
|
2014-09-26 09:52:00 -04:00
|
|
|
"bcrypt": "0.7.5",
|
2014-04-01 11:23:13 -04:00
|
|
|
"bufferedstream": "1.6.0",
|
2014-09-26 09:52:00 -04:00
|
|
|
"connect-redis": "1.4.5",
|
|
|
|
"dateformat": "1.0.4-1.2.3",
|
|
|
|
"express": "3.3.4",
|
|
|
|
"fairy": "0.0.2",
|
2015-03-09 10:09:09 -04:00
|
|
|
"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",
|
2014-08-19 09:44:48 -04:00
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
2014-09-26 09:52:00 -04:00
|
|
|
"lynx": "0.1.1",
|
2014-08-19 09:44:48 -04:00
|
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
2014-09-26 09:52:00 -04:00
|
|
|
"mimelib": "0.2.14",
|
|
|
|
"mocha": "1.17.1",
|
|
|
|
"mongojs": "0.10.1",
|
|
|
|
"mongoose": "3.8.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",
|
2014-04-01 11:23:13 -04:00
|
|
|
"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
|
|
|
"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",
|
2015-02-02 06:15:04 -05:00
|
|
|
"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": {
|
|
|
|
"chai": "",
|
|
|
|
"chai-spies": "",
|
|
|
|
"sandboxed-module": "0.2.0",
|
|
|
|
"timekeeper": "",
|
|
|
|
"sinon": "",
|
2014-02-28 12:59:54 -05:00
|
|
|
"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"
|
2014-02-12 05:23:40 -05:00
|
|
|
}
|
|
|
|
}
|