This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
react-iconpack/package.json

56 lines
1.2 KiB
JSON

{
"name": "react-iconpack",
"description": "A React Component for handling SVGs coupled with Babel and Browserify plugins to only bundle the SVGs you use.",
"author": "Ryan McGrath",
"main": "index.js",
"version": "1.1.4",
"license": "MIT",
"dependencies": {
"async": "^1.4.0",
"lodash": "*",
"svgo": "^0.5.3",
"through2": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"jasmine-node": "",
"jest": "",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"webpack": "^1.12.14"
},
"scripts": {
"test": "jest"
},
"keywords": [
"react",
"react-component",
"browserify-plugin",
"babel-plugin",
"browserify",
"babel",
"svg",
"icons",
"polymer"
],
"maintainers": [
{
"name": "Ryan McGrath",
"email": "ryan@venodesigns.net",
"web": "http://venodesigns.net/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ryanmcgrath/react-iconpack.git"
},
"bugs": {
"url": "https://github.com/ryanmcgrath/react-iconpack/issues"
}
}