package.json 481 B

12345678910111213141516171819202122
  1. {
  2. "name": "statsd_json_grafana_datasource",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "body-parser": "^1.15.1",
  8. "express": "^4.15.3",
  9. "lodash": "^4.13.1",
  10. "mongodb": "^2.2.29",
  11. "morgan": "^1.8.1",
  12. "mysql": "^2.13.0",
  13. "nodemon": "^1.11.0",
  14. "request": "2.81.0"
  15. },
  16. "devDependencies": {},
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "author": "",
  21. "license": "ISC"
  22. }