{
  "name": "material-ui-express",
  "author": "Call-em-all Engineering Team",
  "version": "0.16.7",
  "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/gfelizola/material-ui.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gfelizola/material-ui/issues"
  },
  "homepage": "http://material-ui.com/",
  "peerDependencies": {
    "react": "^15.0.0",
    "react-dom": "^15.0.0",
    "react-tap-event-plugin": "^1.0.0 || ^2.0.0"
  },
  "dependencies": {
    "inline-style-prefixer": "^2.0.1",
    "keycode": "^2.1.1",
    "lodash.merge": "^4.6.0",
    "lodash.throttle": "^4.1.1",
    "react-addons-create-fragment": "^15.0.0",
    "react-addons-transition-group": "^15.0.0",
    "react-event-listener": "^0.4.0",
    "recompose": "^0.21.0",
    "simple-assign": "^0.1.0",
    "warning": "^3.0.0"
  }
}