overleaf/services/spelling/package.json

24 lines
712 B
JSON
Raw Normal View History

2014-08-15 07:13:35 -04:00
{
"name": "spelling-sharelatex",
"author": "ShareLaTeX <team@sharelatex.com>",
"description": "A JSON API wrapper around aspell",
"version": "0.0.1",
"dependencies": {
"express": "3.1.0",
"async": "0.1.22",
"restify": "2.5.1",
"settings": "git+ssh://git@bitbucket.org:sharelatex/settings-sharelatex.git#master",
"logger": "git+ssh://git@bitbucket.org:sharelatex/logger-sharelatex.git#bunyan",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
"node-statsd": "0.0.3",
"underscore": "1.4.4",
"mongojs": "0.9.11",
"redis": "~0.8.4"
},
"devDependencies": {
"sinon": "",
"chai": "",
"sandboxed-module": ""
}
}