12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "colorbrewer",
- "version": "1.0.0",
- "description": "Color specifications and designs developed by Cynthia Brewer (http://colorbrewer.org/)",
- "repository": {
- "type": "git",
- "url": "git://github.com/undashes/colorbrewer.git"
- },
- "keywords": [
- "colors",
- "design",
- "visualization",
- "svg"
- ],
- "author": {
- "name": "Cynthia Brewer",
- "uri": "http://www.personal.psu.edu/cab38/"
- },
- "license": "Apache-Style",
- "main": "colorbrewer.js",
- "scripts": [
- "colorbrewer.js"
- ],
- "homepage": "http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html",
- "_release": "1.0.0",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.0",
- "commit": "537e821f7e2f241dcf3240bce887eb4ce720d65f"
- },
- "_source": "https://github.com/undashes/colorbrewer.git",
- "_target": "*",
- "_originalSource": "colorbrewer"
- }
|