{
  "name": "mdp.icons",
  "author": "Steve",
  "version": "0.0.5",
  "description": "Convert Material Design Svg Icons to Material-UI React components.",
  "main": "./index.js",
  "keywords": [
    "Material",
    "Design",
    "Material-UI",
    "Icons",
    "React",
    "react-component"
  ],
  "license": "MIT",
  "scripts": {},
  "peerDependencies": {
    "@material-ui/core": "^1.0.0",
    "react": "^16.4.0",
    "react-dom": "^16.4.0"
  },
  "dependencies": {
    "@material-ui/core": "^1.0.0",
    "graphql-iso-date": "^3.5.0",
    "graphql-type-json": "^0.2.1",
    "material-design-icons": "^3.0.1",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "readable-name": "^1.0.1",
    "recompose": "^0.26.0",
    "uniforms": "^1.23.0",
    "uuid": "^3.2.1",
    "validator": "^9.4.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-plugin-react-remove-properties": "^0.2.5",
    "babel-plugin-transform-dev-warning": "^0.1.1",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.12",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "chai": "^4.1.2",
    "cross-env": "^5.0.5",
    "fs-extra": "^5.0.0",
    "glob": "^7.1.2",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.0",
    "mocha": "^3.5.3",
    "mustache": "^2.3.0",
    "ncp": "^2.0.0",
    "npm-run-all": "^4.1.2",
    "recursive-readdir-sync": "^1.0.6",
    "rimraf": "^2.6.2",
    "temp": "^0.8.3",
    "yargs": "^10.1.1"
  },
  "private": false,
  "module": "./index.es.js",
  "jsnext:main": "./index.es.js",
  "typings": "./index.d.ts",
  "scope": "public"
}