{
  "name": "react-reactify-html",
  "version": "1.0.6",
  "description": "An experiment in converting HTML into React components. Not ready for use in production.",
  "scripts": {
    "prepush": "if [ \"$(git branch)\" == \"* master\" ]; then npm version patch && npm publish; fi"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnwatkins0/react-reactify-html.git"
  },
  "keywords": [
    "react",
    "html",
    "javascript"
  ],
  "author": "John Watkins",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/johnwatkins0/react-reactify-html/issues"
  },
  "homepage": "https://github.com/johnwatkins0/react-reactify-html#readme",
  "dependencies": {
    "babel-preset-es2015": "^6.24.1",
    "lodash": "^4.17.4",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "react-redux": "^5.0.5",
    "redux": "^3.7.0",
    "redux-thunk": "^2.2.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-node6": "^11.0.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "babel-register": "^6.24.1",
    "colby-code-standards": "^1.0.2",
    "eslint": "^3.19.0",
    "eslint-config-google": "^0.7.1",
    "husky": "^0.13.4"
  },
  "eslintConfig": {
    "extends": [
      "./node_modules/colby-code-standards/.eslintrc.js"
    ]
  }
}
