overleaf/services/chat/package.json
2019-01-04 13:24:15 +00:00

38 lines
1.3 KiB
JSON

{
"name": "chat-sharelatex",
"version": "0.1.4",
"description": "The backend API that powers ShareLaTeX chat",
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/chat-sharelatex.git"
},
"scripts": {
"start": "node $NODE_APP_OPTIONS app.js",
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
"nodemon": "nodemon --config nodemon.json",
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
"lint": "node_modules/.bin/eslint ."
},
"dependencies": {
"async": "0.2.9",
"express": "3.3.1",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.9",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v2.0.12",
"mongojs": "2.4.0",
"redis": "~0.10.1",
"request": "^2.79.0",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
"v8-profiler": "^5.6.5"
},
"devDependencies": {
"bunyan": "^1.0.0",
"chai": "",
"mocha": "^4.1.0",
"nodemon": "^1.14.11",
"sandboxed-module": "",
"sinon": "",
"timekeeper": ""
}
}