plugin.json 838 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "SimpleJson",
  3. "id": "grafana-simple-json-datasource",
  4. "type": "datasource",
  5. "partials": {
  6. "config": "public/app/plugins/datasource/simplejson/partials/config.html"
  7. },
  8. "metrics": true,
  9. "annotations": true,
  10. "info": {
  11. "description": "simple json datasource",
  12. "author": {
  13. "name": "Grafana Labs",
  14. "url": "https://grafana.com"
  15. },
  16. "logos": {
  17. "small": "img/simpleJson_logo.svg",
  18. "large": "img/simpleJson_logo.svg"
  19. },
  20. "links": [
  21. {"name": "GitHub", "url": "https://github.com/grafana/simple-json-datasource"},
  22. {"name": "MIT License", "url": "https://github.com/grafana/simple-json-datasource/blob/master/LICENSE"}
  23. ],
  24. "version": "1.4.0",
  25. "updated": "2018-06-20"
  26. },
  27. "dependencies": {
  28. "grafanaVersion": "3.x.x",
  29. "plugins": [ ]
  30. }
  31. }