{
  "name": "@alter-eco/choropleth",
  "version": "0.1.7",
  "description": "A choropleth function made with D3 and used at Alternatives Economiques",
  "main": "dist/main.js",
  "module": "es6/choropleth.js",
  "scripts": {
    "clean": "rm -rf ./dist/* && rm -rf ./es6",
    "development": "npm run clean && rollup -c --watch",
    "build": "npm run clean && rollup -c && babel src --out-dir es6",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:alter-eco/choropleth.git"
  },
  "author": "laurencedorman",
  "license": "GPL-3.0",
  "keywords": [
    "d3",
    "France",
    "cartography",
    "map"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.18.2",
    "eslint-config-idiomatic": "^4.0.0",
    "rollup": "^0.56.3",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^8.4.0",
    "rollup-plugin-json": "^2.3.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.1.0",
    "rollup-plugin-node-resolve": "^3.0.3",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-uglify": "^3.0.0"
  },
  "dependencies": {
    "@alter-eco/geo": "^0.2.1",
    "d3-array": "^1.2.1",
    "d3-composite-projections": "git+https://git@github.com/alter-eco/d3-composite-projections.git",
    "d3-format": "^1.2.2",
    "d3-geo": "^1.9.1",
    "d3-scale": "^2.0.0",
    "d3-selection": "^1.3.0",
    "d3-svg-legend": "^2.25.5",
    "d3-transition": "^1.1.1",
    "nanobus": "^4.3.3",
    "topojson-client": "^3.0.0"
  }
}
