react-material-icons
Version:
Material design icons as [material-ui](https://github.com/callemall/material-ui) SvgIcon component. Icon components build with iconbuilder tool from material-ui.
33 lines (32 loc) • 678 B
JSON
{
"name": "react-material-icons",
"version": "1.0.3",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikamaunula/react-material-icons"
},
"keywords": [
"react",
"react-component",
"material design",
"icons",
"material-ui"
],
"author": {
"name": "mikamaunula"
},
"license": "MIT",
"homepage": "https://github.com/mikamaunula/react-material-icons#readme",
"peerDependencies": {
"material-ui": ">=0.9.2",
"react": ">=0.13.3"
},
"dependencies": {
"create-react-class": "15.6.0"
}
}