package.json 457 B

123456789101112131415161718192021
  1. {
  2. "name": "statsd_mongo_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. },
  15. "devDependencies": {},
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }