flot.jquery.json 836 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "flot",
  3. "version": "0.8.2",
  4. "title": "Flot",
  5. "author": {
  6. "name": "Ole Laursen",
  7. "url": "https://github.com/OleLaursen"
  8. },
  9. "licenses": [{
  10. "type": "MIT",
  11. "url": "http://github.com/flot/flot/blob/master/LICENSE.txt"
  12. }],
  13. "dependencies": {
  14. "jquery": ">=1.2.6"
  15. },
  16. "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.",
  17. "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"],
  18. "homepage": "http://www.flotcharts.org",
  19. "docs": "http://github.com/flot/flot/blob/master/API.md",
  20. "demo": "http://www.flotcharts.org/flot/examples/",
  21. "bugs": "http://github.com/flot/flot/issues",
  22. "maintainers": [{
  23. "name": "David Schnur",
  24. "email": "dnschnur@gmail.com",
  25. "url": "http://github.com/dnschnur"
  26. }]
  27. }