mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
29 lines
769 B
JSON
29 lines
769 B
JSON
{
|
|
"name": "metrics-sharelatex",
|
|
"version": "2.0.8",
|
|
"description": "A drop-in metrics and monitoring module for node.js apps",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sharelatex/metrics-sharelatex.git"
|
|
},
|
|
"dependencies": {
|
|
"coffee-script": "1.6.0",
|
|
"lynx": "~0.1.1",
|
|
"prom-client": "^11.1.3",
|
|
"underscore": "~1.6.0",
|
|
"@google-cloud/debug-agent": "^3.0.0",
|
|
"@google-cloud/trace-agent": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"bunyan": "^1.0.0",
|
|
"chai": "",
|
|
"grunt": "^0.4.5",
|
|
"grunt-bunyan": "^0.5.0",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-coffee": "^0.11.0",
|
|
"grunt-execute": "^0.2.2",
|
|
"grunt-mocha-test": "^0.11.0",
|
|
"sandboxed-module": "",
|
|
"sinon": ""
|
|
}
|
|
}
|