.bower.json 792 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "jquery.sparkline.build",
  3. "version": "2.1.3",
  4. "homepage": "https://github.com/wangshijun/jquery.sparkline",
  5. "authors": [
  6. "wangshijun2010 <wangshijun2010@gmail.com>"
  7. ],
  8. "description": "jquery sparkline with built dist files",
  9. "main": "dist/jquery.sparkline.js",
  10. "moduleType": [
  11. "globals"
  12. ],
  13. "keywords": [
  14. "jquery",
  15. "sparkline",
  16. "chart"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests"
  25. ],
  26. "_release": "2.1.3",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "2.1.3",
  30. "commit": "ab9145cdce114cd1b45c6bd9a26378bf5f6b5dd6"
  31. },
  32. "_source": "git://github.com/wangshijun/jquery.sparkline.git",
  33. "_target": "~2.1.3",
  34. "_originalSource": "jquery.sparkline.build"
  35. }