2014-08-15 05:50:36 -04:00
|
|
|
{
|
|
|
|
"name": "chat-sharelatex",
|
2015-03-20 11:25:43 -04:00
|
|
|
"version": "0.1.4",
|
2014-08-19 08:52:49 -04:00
|
|
|
"description": "The backend API that powers ShareLaTeX chat",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sharelatex/chat-sharelatex.git"
|
|
|
|
},
|
2014-08-15 05:50:36 -04:00
|
|
|
"dependencies": {
|
|
|
|
"async": "0.2.9",
|
|
|
|
"express": "3.3.1",
|
|
|
|
"lynx": "0.0.11",
|
|
|
|
"request": "2.21.0",
|
|
|
|
"socket.io": "0.9.14",
|
2014-08-19 08:52:49 -04:00
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
|
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
2014-08-15 05:50:36 -04:00
|
|
|
"grunt-requirejs": "~0.4.0",
|
|
|
|
"grunt-mocha-test": "~0.8.0",
|
|
|
|
"mongojs": "0.9.11",
|
|
|
|
"redis": "~0.10.1",
|
|
|
|
"coffee-script": "~1.7.1",
|
|
|
|
"timekeeper": "0.0.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-08-15 06:35:22 -04:00
|
|
|
"bunyan": "^1.0.0",
|
2014-08-15 05:50:36 -04:00
|
|
|
"chai": "",
|
|
|
|
"grunt": "~0.4.1",
|
2014-08-15 06:35:22 -04:00
|
|
|
"grunt-bunyan": "^0.5.0",
|
|
|
|
"grunt-concurrent": "~0.4.2",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2014-08-15 05:50:36 -04:00
|
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
|
|
"grunt-contrib-jade": "~0.8.0",
|
2014-08-15 06:35:22 -04:00
|
|
|
"grunt-contrib-less": "~0.8.2",
|
|
|
|
"grunt-contrib-requirejs": "~0.4.1",
|
2014-08-15 05:50:36 -04:00
|
|
|
"grunt-contrib-uglify": "~0.2.7",
|
2014-08-15 06:35:22 -04:00
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"grunt-execute": "^0.2.2",
|
2014-08-15 05:50:36 -04:00
|
|
|
"grunt-nodemon": "~0.1.2",
|
2014-08-15 06:35:22 -04:00
|
|
|
"grunt-notify": "~0.2.16",
|
2014-08-15 05:50:36 -04:00
|
|
|
"grunt-plato": "~0.2.1",
|
2014-08-15 06:35:22 -04:00
|
|
|
"sandboxed-module": "",
|
|
|
|
"sinon": "",
|
|
|
|
"timekeeper": ""
|
2014-08-15 05:50:36 -04:00
|
|
|
}
|
|
|
|
}
|