{
  "name": "react-reuse",
  "main": "./index.js",
  "author": {
    "name": "Jared Williams",
    "email": "jaredwilli@gmail.com",
    "url": "http://anti-code.com"
  },
  "version": "1.3.0",
  "keywords": [
    "components",
    "react",
    "react-component",
    "reusable-components",
    "styleguide",
    "pattern-library",
    "toolkit"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jaredwilli/react-reuse"
  },
  "license": "MIT",
  "homepage": "http://jaredwilli.github.io/react-reuse",
  "dependencies": {
    "classnames": "^2.2.6",
    "codacy-coverage": "^2.1.1",
    "lodash": "^4.17.5",
    "prop-types": "^15.6.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "styled-components": "^1.4.5"
  }
}