overleaf/libraries/metrics/package.json
2017-03-23 15:32:12 +00:00

26 lines
653 B
JSON

{
"name": "metrics-sharelatex",
"version": "1.7.1",
"description": "A drop-in metrics and monitoring module for node.js apps",
"repository": {
"type": "git",
"url": "https://github.com/sharelatex/metrics-sharelatex.git"
},
"dependencies": {
"lynx": "~0.1.1",
"coffee-script": "1.6.0",
"underscore": "~1.6.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": ""
}
}