package.json 431 B

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