{
  "name": "react-render-counter",
  "author": "Stupid Sun",
  "version": "1.0.1",
  "description": "Boilerplate for React.js components with storybook",
  "keywords": [
    "react",
    "reactjs",
    "boilerplate",
    "starter-kit",
    "storybook"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Stupidism/stupid-rc-starter/tree/master/starter"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stupidism/stupid-rc-starter/issues"
  },
  "homepage": "https://stupidism.github.io/stupid-rc-starter/",
  "peerDependencies": {
    "react": ">= 0.11.2 < 16.0.0"
  },
  "dependencies": {
    "lodash": "^4.17.5",
    "prop-types": "^15.6.1",
    "recompose": "^0.26.0"
  },
  "main": "./index.js"
}