bower.json 609 B

1234567891011121314151617181920212223
  1. {
  2. "name": "colorbrewer",
  3. "version": "1.0.0",
  4. "description": "Color specifications and designs developed by Cynthia Brewer (http://colorbrewer.org/)",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/undashes/colorbrewer.git"
  8. },
  9. "keywords": [
  10. "colors",
  11. "design",
  12. "visualization",
  13. "svg"
  14. ],
  15. "author": {
  16. "name": "Cynthia Brewer",
  17. "uri": "http://www.personal.psu.edu/cab38/"
  18. },
  19. "license": "Apache-Style",
  20. "main": "colorbrewer.js",
  21. "scripts": ["colorbrewer.js"],
  22. "homepage": "http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html"
  23. }