| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "name": "web-sharelatex",
- "version": "0.1.4",
- "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",
- "base64-stream": "^0.1.2",
- "basic-auth-connect": "^1.0.0",
- "bcrypt": "0.8.3",
- "body-parser": "^1.13.1",
- "bufferedstream": "1.6.0",
- "connect-redis": "2.3.0",
- "contentful": "^3.3.14",
- "cookie": "^0.2.3",
- "cookie-parser": "1.3.5",
- "csurf": "^1.8.3",
- "dateformat": "1.0.4-1.2.3",
- "express": "4.13.0",
- "express-session": "1.11.3",
- "grunt": "^0.4.5",
- "heapdump": "^0.3.7",
- "http-proxy": "^1.8.1",
- "jade": "~1.3.1",
- "ldapjs": "^1.0.0",
- "lodash": "^4.13.1",
- "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.3.1",
- "lynx": "0.1.1",
- "marked": "^0.3.5",
- "method-override": "^2.3.3",
- "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.3.0",
- "mimelib": "0.2.14",
- "mocha": "1.17.1",
- "mongojs": "0.18.2",
- "mongoose": "4.1.0",
- "multer": "^0.1.8",
- "node-uuid": "1.4.1",
- "nodemailer": "2.1.0",
- "nodemailer-sendgrid-transport": "^0.2.0",
- "nodemailer-ses-transport": "^1.3.0",
- "optimist": "0.6.1",
- "redback": "0.4.0",
- "redis": "0.10.1",
- "redis-sharelatex": "0.0.9",
- "request": "^2.69.0",
- "requests": "^0.1.7",
- "rimraf": "2.2.6",
- "sanitizer": "0.1.1",
- "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
- "sixpack-client": "^1.0.0",
- "temp": "^0.8.3",
- "translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
- "underscore": "1.6.0",
- "v8-profiler": "^5.2.3",
- "xml2js": "0.2.0"
- },
- "devDependencies": {
- "bunyan": "0.22.1",
- "chai": "",
- "chai-spies": "",
- "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-cssmin": "^1.0.1",
- "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",
- "grunt-execute": "^0.2.2",
- "grunt-file-append": "0.0.6",
- "grunt-git-rev-parse": "^0.1.4",
- "grunt-mocha-test": "0.9.0",
- "grunt-newer": "^1.2.0",
- "grunt-parallel": "^0.5.1",
- "grunt-sed": "^0.1.1",
- "sandboxed-module": "0.2.0",
- "sinon": "",
- "timekeeper": ""
- }
- }
|