{
  "name": "react-hexagon",
  "version": "1.1.3",
  "description": "React component that renders a hexagon using SVG",
  "main": "lib/Hexagon.js",
  "umd": "umd/Hexagon.js",
  "scripts": {
    "build": "npm run clean && npm run build:babel && npm run build:webpack",
    "build:babel": "babel -d lib/ src/",
    "build:demo": "cross-env NODE_ENV=production webpack -p --config webpack.config.demo.js",
    "build:webpack": "cross-env NODE_ENV=production webpack -p --config webpack.config.prod.js",
    "clean": "rimraf lib && rimraf umd",
    "test": "eslint .",
    "postpublish": "npm run clean",
    "prepublishOnly": "npm run build",
    "start": "node demo/devServer.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/react-hexagon.git"
  },
  "keywords": [
    "react",
    "react-component",
    "hexagon",
    "svg"
  ],
  "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexxars/react-hexagon/issues"
  },
  "homepage": "https://github.com/rexxars/react-hexagon#readme",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-eslint": "^8.0.1",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-hmre": "^1.1.1",
    "cross-env": "^5.0.5",
    "eslint": "^4.9.0",
    "eslint-config-bengler": "^4.1.0",
    "eslint-plugin-react": "^7.4.0",
    "express": "^4.13.4",
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "rimraf": "^2.5.2",
    "webpack": "^3.7.1",
    "webpack-dev-middleware": "^1.5.1",
    "webpack-hot-middleware": "^2.10.0"
  },
  "peerDependencies": {
    "react": ">=0.14.0",
    "react-dom": ">=0.14.0"
  }
}
