overleaf/services/track-changes/package.json

44 lines
1.3 KiB
JSON
Raw Normal View History

{
"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"
},
"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",
"cli": "^0.6.6",
"express": "3.3.5",
"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",
2015-12-18 05:38:12 -05:00
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.2.1",
2015-12-17 09:11:44 -05:00
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.4.0",
2014-02-26 07:11:45 -05:00
"request": "~2.33.0",
2015-10-19 05:59:39 -04:00
"redis-sharelatex": "~0.0.9",
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",
"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",
"grunt-bunyan": "~0.5.0",
"grunt-forever": "~0.4.2",
"timekeeper": "0.0.4"
}
}