UNPKG

devicon-react-svg

Version:

devicon-react-svg is an implementation of the Devicons icon library, which contains the logos of various popular programming languages, frameworks and design and development tools. devicon-react-svg returns a functional React component that, when passed t

38 lines (37 loc) 1.15 kB
{ "name": "devicon-react-svg", "version": "0.2.4", "description": "devicon-react-svg is an implementation of the Devicons icon library, which contains the logos of various popular programming languages, frameworks and design and development tools. devicon-react-svg returns a functional React component that, when passed the name of a Devicon as the icon prop, will render it as an inline svg.", "main": "dist/devicon-react-svg.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c -o dist/devicon-react-svg.min.js" }, "author": "fermentationist (Dennis Hodges)", "license": "MIT", "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.5", "react": "^16.8.3", "rollup": "^1.4.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-uglify": "^6.0.4", "svg_pathify": "0.0.8" }, "dependencies": {}, "keywords": [ "devicon", "devicons", "icon", "icons", "svg", "react", "component", "logo", "logos", "technology", "tech" ] }