{
    "name": "colorbrewer",
    "version": "1.7.0",
    "description": "A shim module of colorbrewer2 by Cythina Brewer for browserify",
    "keywords": [
        "colors",
        "design",
        "visualization",
        "cartography",
        "svg",
        "d3",
        "browserify"
    ],
    "homepage": "http://colorbrewer2.org/",
    "author": {
        "name": "Cynthia Brewer",
        "uri": "http://www.personal.psu.edu/cab38/"
    },
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/saikocat/colorbrewer.git"
    },
    "bugs": {
        "url": "https://github.com/saikocat/colorbrewer/issues",
        "email": "saikocatz@gmail.com"
    },
    "style": "colorbrewer.css",
    "scripts": {
        "build": "rollup -c rollup.config.js"
    },
    "type": "module",
    "main": "index.js",
    "module": "index.es.js",
    "types": "./types/index.d.ts",
    "files": [
        "index.js",
        "index.es.js",
        "colorbrewer.css",
        "types/"
    ],
    "devDependencies": {
        "@rollup/plugin-typescript": "^12.1.2",
        "rollup": "^4.40.0",
        "tslib": "^2.8.1",
        "typescript": "^5.8.3"
    }
}
