{
  "name": "react-simple-maps",
  "version": "1.0.0",
  "description": "An svg map chart component built with and for React",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "browser": "dist/index.umd.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -cw",
    "prepare": "rollup -c",
    "test": "mocha './tests/**/*.spec.js' --compilers js:babel-core/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zcreativelabs/react-simple-maps.git"
  },
  "keywords": [
    "react",
    "maps",
    "charts",
    "worldmap",
    "usa",
    "d3-geo"
  ],
  "author": "Richard Zimerman <richard@zcreativelabs.com> (https://github.com/zimrick)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zcreativelabs/react-simple-maps/issues"
  },
  "homepage": "https://github.com/zcreativelabs/react-simple-maps#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babelrc-rollup": "^3.0.0",
    "rollup": "^1.17.0",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.1",
    "expect": "^23.5.0",
    "mocha": "^5.2.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "prop-types": "^15.7.2",
    "react-test-utils": "^0.0.1"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "prop-types": "^15.7.2"
  },
  "dependencies": {
    "d3-geo": "^1.11.6",
    "topojson-client": "^3.0.0"
  }
}
