bower.json 511 B

123456789101112131415161718192021222324252627
  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. }