overleaf/libraries/metrics/package.json

15 lines
346 B
JSON
Raw Normal View History

2014-05-06 11:52:03 -04:00
{
"name": "metrics-sharelatex",
2015-08-06 04:40:58 -04:00
"version": "1.2.0",
2014-05-06 11:52:03 -04:00
"description": "A drop-in metrics and monitoring module for node.js apps",
2014-08-19 08:32:41 -04:00
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/metrics-sharelatex.git"
},
2014-05-06 11:52:03 -04:00
"dependencies": {
"lynx": "~0.1.1",
2014-05-09 08:30:12 -04:00
"coffee-script": "1.6.0",
2014-05-06 11:52:03 -04:00
"underscore": "~1.6.0"
}
}