{
  "name": "matui",
  "author": "Nicolas Bellamy",
  "version": "0.20.3",
  "description": "React Components that Implement Google's Material Design.",
  "main": "./index.js",
  "module": "./index.es.js",
  "jsnext:main": "./index.es.js",
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/titeya/material-ui.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/titeya/material-ui.git/issues"
  },
  "homepage": "http://material-ui.com/",
  "peerDependencies": {
    "react": "^15.4.0 || ^16.0.0",
    "react-dom": "^15.4.0 || ^16.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "inline-style-prefixer": "^3.0.8",
    "keycode": "^2.1.8",
    "lodash.merge": "^4.6.0",
    "lodash.throttle": "^4.1.1",
    "prop-types": "^15.5.7",
    "react-event-listener": "^0.5.1",
    "react-transition-group": "^1.2.1",
    "recompose": "^0.26.0",
    "simple-assign": "^0.1.0",
    "warning": "^3.0.0"
  }
}