UNPKG

mui-icons

Version:

Popular Icons library combined and compatible with Material UI

78 lines (77 loc) 2 kB
{ "name": "mui-icons", "version": "1.2.1", "description": "Popular Icons library combined and compatible with Material UI", "main": "index.js", "scripts": { "lint": "eslint . --ext jsx --ext js --color", "clean": "gulp clean", "build": "gulp build", "start": "webpack-dev-server --open", "check": "babel-node tools/check.js" }, "repository": { "type": "git", "url": "git+https://github.com/ThadeuLuz/mui-icons.git" }, "keywords": [ "material-ui", "icons", "react", "svg", "font", "awesome", "material", "design", "ionicons", "evilicons", "typicons", "octicons" ], "author": "Thadeu Luz", "license": "MIT", "bugs": { "url": "https://github.com/ThadeuLuz/mui-icons/issues" }, "homepage": "https://github.com/ThadeuLuz/mui-icons#readme", "dependencies": {}, "peerDependencies": { "material-ui": "*" }, "devDependencies": { "babel-cli": "^6.24.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.4.1", "babel-preset-latest": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-preset-stage-0": "^6.22.0", "css-loader": "^0.27.3", "del": "^2.2.2", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.0", "evil-icons": "^1.9.0", "fs-extra": "^2.1.2", "fs-promise": "^2.0.0", "glob": "^7.1.1", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-concat-filenames": "^1.2.0", "gulp-rename": "^1.2.2", "gulp-svgo": "^1.0.3", "gulp-transform": "^1.1.0", "html-webpack-plugin": "^2.28.0", "ionicons": "^3.0.0", "lodash": "^4.17.4", "material-design-icons": "^3.0.1", "material-ui": "^0.17.1", "octicons": "^5.0.1", "react": "^15.4.2", "react-dom": "^15.4.2", "react-tap-event-plugin": "^2.0.1", "style-loader": "^0.14.1", "svg-scaler": "^0.1.5", "webpack": "^2.2.1" } }