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
2015-08-03 03:59:41 +09:00

43 lines
1,023 B
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",
"version": "1.1.2",
"license": "MIT",
"dependencies": {
"svgo": "^0.5.3",
"lodash": "*",
"through2": "^2.0.0",
"async": "^1.4.0"
},
"devDependencies": {
"jest": "",
"jasmine-node": ""
},
"scripts": {"test": "jest"},
"keywords": [
"react",
"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"}
}