.bower.json 878 B

12345678910111213141516171819202122232425262728293031323334
  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": [
  22. "colorbrewer.js"
  23. ],
  24. "homepage": "http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html",
  25. "_release": "1.0.0",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v1.0.0",
  29. "commit": "537e821f7e2f241dcf3240bce887eb4ce720d65f"
  30. },
  31. "_source": "https://github.com/undashes/colorbrewer.git",
  32. "_target": "*",
  33. "_originalSource": "colorbrewer"
  34. }