sparkline.jquery.json 952 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "sparkline",
  3. "title": "jQuery Sparkline",
  4. "description": "Easily generate small, inline sparkline charts directly in the browser",
  5. "keywords": [
  6. "canvas",
  7. "charts",
  8. "graphics",
  9. "graphing",
  10. "graphs",
  11. "sparklines",
  12. "ui",
  13. "vml"
  14. ],
  15. "version": "2.1.2",
  16. "author": {
  17. "name": "Gareth Watts",
  18. "url": "http://gwatts.com/"
  19. },
  20. "licenses": [
  21. {
  22. "type": "BSD-3-Clause",
  23. "url": "http://opensource.org/licenses/BSD-3-Clause"
  24. }
  25. ],
  26. "bugs": "https://github.com/gwatts/jquery.sparkline/issues",
  27. "homepage": "http://omnipotent.net/jquery.sparkline/",
  28. "demo": "http://omnipotent.net/jquery.sparkline/",
  29. "docs": "http://omnipotent.net/jquery.sparkline/#s-docs",
  30. "download": "http://omnipotent.net/jquery.sparkline/#s-download",
  31. "dependencies": {
  32. "jquery": ">=1.4.3"
  33. }
  34. }