bower.json 338 B

1234567891011121314151617
  1. {
  2. "name": "jquery-sparkline",
  3. "version": "2.1.3",
  4. "homepage": "https://github.com/rkgrep/jquery.sparkline",
  5. "authors": [
  6. "Gareth Watts <gareth@omnipotent.net>"
  7. ],
  8. "main": "dist/jquery.sparkline.js",
  9. "license": "BSD 3",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "test",
  15. "tests"
  16. ]
  17. }