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-12-17 09:11:44 -05:00
|
|
|
"bson": "^0.4.20",
|
2016-01-11 11:50:22 -05:00
|
|
|
"byline": "^4.2.1",
|
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-12-17 09:11:44 -05:00
|
|
|
"mongojs": "^1.4.1",
|
2014-08-19 09:15:44 -04:00
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
2017-03-30 04:37:00 -04:00
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.6",
|
2017-03-31 06:32:59 -04:00
|
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1",
|
2014-02-26 07:11:45 -05:00
|
|
|
"request": "~2.33.0",
|
2017-04-03 06:06:23 -04:00
|
|
|
"requestretry": "^1.12.0",
|
2017-05-10 08:48:43 -04:00
|
|
|
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.2",
|
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",
|
2016-02-08 11:22:42 -05:00
|
|
|
"JSONStream": "^1.0.4",
|
2017-03-27 08:25:59 -04:00
|
|
|
"heap": "^0.2.6",
|
|
|
|
"v8-profiler": "^5.6.5"
|
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",
|
2016-03-04 10:44:38 -05:00
|
|
|
"timekeeper": "0.0.4",
|
|
|
|
"memorystream": "0.3.1"
|
2014-01-27 12:51:09 -05:00
|
|
|
}
|
2013-08-08 11:42:14 -04:00
|
|
|
}
|