2014-05-06 15:52:03 +00:00
|
|
|
{
|
|
|
|
"name": "metrics-sharelatex",
|
2016-10-24 09:50:44 +00:00
|
|
|
"version": "1.6.0",
|
2014-05-06 15:52:03 +00:00
|
|
|
"description": "A drop-in metrics and monitoring module for node.js apps",
|
2014-08-19 12:32:41 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sharelatex/metrics-sharelatex.git"
|
|
|
|
},
|
2014-05-06 15:52:03 +00:00
|
|
|
"dependencies": {
|
|
|
|
"lynx": "~0.1.1",
|
2014-05-09 12:30:12 +00:00
|
|
|
"coffee-script": "1.6.0",
|
2014-05-06 15:52:03 +00:00
|
|
|
"underscore": "~1.6.0"
|
2017-03-16 09:49:45 +00:00
|
|
|
},
|
|
|
|
"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": ""
|
2014-05-06 15:52:03 +00:00
|
|
|
}
|
|
|
|
}
|