package.json 480 B

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