mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "history-sharelatex",
|
|
"version": "0.1.0",
|
|
"description": "An API for saving and compressing individual document updates into a browsable history",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sharelatex/track-changes-sharelatex.git"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.2.10",
|
|
"express": "3.3.5",
|
|
"mongojs": "~0.9.11",
|
|
"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",
|
|
"request": "~2.33.0",
|
|
"redis-sharelatex": "~0.0.4",
|
|
"redis": "~0.10.1",
|
|
"underscore": "~1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~1.9.0",
|
|
"sinon": "~1.8.2",
|
|
"sandboxed-module": "~0.3.0",
|
|
"grunt-execute": "~0.1.5",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-mocha-test": "~0.9.3",
|
|
"grunt": "~0.4.2",
|
|
"grunt-available-tasks": "~0.4.2",
|
|
"grunt-contrib-coffee": "~0.10.1",
|
|
"bunyan": "~0.22.1",
|
|
"grunt-bunyan": "~0.5.0",
|
|
"grunt-forever": "~0.4.2",
|
|
"timekeeper": "0.0.4"
|
|
}
|
|
}
|