bower.json 451 B

12345678910111213141516171819202122
  1. {
  2. "name": "spectrum",
  3. "version": "1.3.4",
  4. "main": ["./spectrum.css", "./spectrum.js"],
  5. "docs": "http://bgrins.github.com/spectrum",
  6. "homepage": "http://bgrins.github.com/spectrum",
  7. "demo": "http://jsfiddle.net/bgrins/ctkY3/",
  8. "dependencies": {
  9. "jquery": ">=1.7.2"
  10. },
  11. "ignore": [
  12. ".gitignore",
  13. ".travis.yml",
  14. "build/",
  15. "docs/",
  16. "example/",
  17. "Gruntfile.js",
  18. "LICENSE",
  19. "README.md",
  20. "test/"
  21. ]
  22. }