{
  "name": "pui-react-iconography",
  "version": "8.3.3",
  "description": "A React component for rendering Font Awesome icons",
  "main": "iconography.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/pivotal-cf/pivotal-ui.git"
  },
  "keywords": [
    "bootstrap",
    "react",
    "pivotal ui",
    "pivotal ui modularized"
  ],
  "author": "Pivotal Software, Inc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pivotal-cf/pivotal-ui/issues"
  },
  "homepage": "http://styleguide.pivotal.io/",
  "peerDependencies": {
    "react": ">=15.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.1.18",
    "babel-loader": ">=6.0.0",
    "prop-types": ">=15.5.6",
    "pui-css-iconography": "=8.3.3",
    "pui-react-helpers": "=8.3.3",
    "pui-react-svg": "=8.3.3",
    "react-svg-loader": "^1.1.1"
  }
}