UNPKG

react-devicon

Version:

React Devicon is a React implementation of the Devicon package, a library that contains the logos of several programming languages and libraries, as well as of different design and development tools.

31 lines 877 B
{ "name": "react-devicon", "author": "Fernando Poumián", "version": "0.1.9", "description": "React Devicon is a React implementation of the Devicon package, a library that contains the logos of several programming languages and libraries, as well as of different design and development tools.", "main": "./index.js", "keywords": [ "react", "icons", "icon", "devicon", "devicons", "svg", "components" ], "repository": "fpoumian/react-devicon", "license": "MIT", "bugs": { "url": "https://github.com/fpoumian/react-devicon/issues" }, "homepage": "http://fpoumian.github.io/react-devicon", "peerDependencies": { "react": ">= 15.3.0 < 16 || 16.x", "react-dom": ">= 15.3.0 < 16 || 16.x" }, "dependencies": { "prop-types": "^15.3.0", "react-svg-inline": "^2.0.0", "normalize-css-unit": "^1.0.0" } }