{
  "name": "@material/react-button",
  "version": "0.15.0",
  "description": "Material Components React Button",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "mdc web react",
    "material components react",
    "material design",
    "material button",
    "materialbutton"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/material-components/material-components-web-react.git",
    "directory": "packages/button"
  },
  "peerDependencies": {
    "react": "^16.4.2"
  },
  "dependencies": {
    "@material/button": "^1.1.0",
    "@material/react-ripple": "^0.15.0",
    "classnames": "^2.2.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
