{
  "name": "material-ui-icons",
  "private": false,
  "author": "Material-UI Team",
  "version": "1.0.0-beta.36",
  "description": "Material Design Svg Icons converted to Material-UI React components.",
  "main": "./index.js",
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui",
    "icons"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui-org/material-ui.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui-org/material-ui/issues"
  },
  "homepage": "https://github.com/mui-org/material-ui/tree/v1-beta/packages/material-ui-icons",
  "peerDependencies": {
    "material-ui": "^1.0.0-beta.16",
    "react": "^15.3.0 || ^16.0.0",
    "react-dom": "^15.3.0 || ^16.0.0"
  },
  "dependencies": {
    "recompose": "^0.26.0"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=6.11.0"
  },
  "module": "./index.es.js",
  "typings": "./index.d.ts"
}