44 lines
1 KiB
JSON
44 lines
1 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",
|
|
"version": "1.1.4",
|
|
"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",
|
|
"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"}
|
|
}
|