2013-08-08 11:42:14 -04:00
|
|
|
{
|
2014-01-27 12:51:09 -05:00
|
|
|
"name": "history-sharelatex",
|
2015-03-20 11:27:34 -04:00
|
|
|
"version": "0.1.4",
|
2014-08-19 09:15:44 -04:00
|
|
|
"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"
|
|
|
|
},
|
2014-01-27 12:51:09 -05:00
|
|
|
"dependencies": {
|
2014-02-26 11:17:15 -05:00
|
|
|
"async": "~0.2.10",
|
2015-05-26 09:14:51 -04:00
|
|
|
"cli": "^0.6.6",
|
2014-01-27 12:51:09 -05:00
|
|
|
"express": "3.3.5",
|
2015-05-26 09:14:51 -04:00
|
|
|
"line-reader": "^0.2.4",
|
2015-02-13 12:01:55 -05:00
|
|
|
"mongojs": "^0.18.1",
|
2014-08-19 09:15:44 -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-02-26 07:11:45 -05:00
|
|
|
"request": "~2.33.0",
|
2014-10-07 03:33:00 -04:00
|
|
|
"redis-sharelatex": "~0.0.4",
|
2015-02-05 11:36:41 -05:00
|
|
|
"redis": "~0.10.1",
|
2015-08-06 14:46:44 -04:00
|
|
|
"underscore": "~1.7.0",
|
|
|
|
"mongo-uri": "^0.1.2",
|
2015-08-14 18:19:54 -04:00
|
|
|
"s3-streams": "^0.3.0",
|
|
|
|
"JSONStream": "^1.0.4",
|
|
|
|
"readline-stream": "^1.0.1"
|
2014-02-26 11:17:15 -05:00
|
|
|
},
|
|
|
|
"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",
|
2014-02-26 11:44:13 -05:00
|
|
|
"grunt-bunyan": "~0.5.0",
|
2014-03-28 12:01:34 -04:00
|
|
|
"grunt-forever": "~0.4.2",
|
|
|
|
"timekeeper": "0.0.4"
|
2014-01-27 12:51:09 -05:00
|
|
|
}
|
2013-08-08 11:42:14 -04:00
|
|
|
}
|