mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
24 lines
712 B
JSON
24 lines
712 B
JSON
|
{
|
||
|
"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": ""
|
||
|
}
|
||
|
}
|