{
  "name": "material-ui-icon-builder",
  "version": "0.1.2",
  "description": "Material Design Svg Icons converted to React components.",
  "private": "true",
  "scripts": {
    "prebuild": "rimraf js jsx",
    "build": "node build.js --output-dir ../../src/svg-icons --svg-dir ./node_modules/material-design-icons --glob '/**/production/*_24px.svg' --mui-require relative --renameFilter ./filters/rename/material-design-icons.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Material",
    "Design",
    "Material-UI",
    "Icons",
    "React",
    "react-component"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/callemall/material-ui-icons.git"
  },
  "author": "Hai Nguyen",
  "license": "MIT",
  "dependencies": {
    "yargs": "^4.3.2"
  },
  "peerDependencies": {},
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "^0.12.7",
    "load-grunt-tasks": "^3.2.0",
    "lodash": "^4.6.1",
    "material-design-icons": "~2.2.3",
    "mkdirp": "^0.5.1",
    "mustache": "^2.1.2",
    "temp": "^0.8.3"
  }
}
