{
  "name": "pui-react-overlay-trigger",
  "version": "8.3.3",
  "description": "A React component for displaying a tooltip or popover on user action",
  "main": "overlay-trigger.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/react.html#tooltips_react",
  "peerDependencies": {
    "react": ">=15.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.1.18",
    "lodash.uniqueid": "^3.0.0",
    "prop-types": ">=15.5.6",
    "pui-react-mixins": "=8.3.3",
    "react-tether": "^0.5.2"
  }
}