{
  "name": "react-useportal-test",
  "version": "0.1.40",
  "homepage": "https://codesandbox.io/s/w6jp7z4pkk",
  "main": "lib/usePortal.js",
  "keywords": [
    "react",
    "hook",
    "use",
    "portal",
    "react-hook",
    "react-component",
    "modal",
    "lightbox",
    "tooltip",
    "notification",
    "react-portal",
    "react-useportal",
    "react-use-portal",
    "transportation",
    "react portal hook"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alex-cory/react-useportal.git"
  },
  "description": "🌀 React hook for Portals",
  "author": "Alex Cory <results@alexcory.com>",
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "dependencies": {},
  "devDependencies": {
    "parcel-bundler": "^1.12.3",
    "react": "^16.8.0",
    "react-dom": "^16.8.6"
  },
  "scripts": {
    "dev": "parcel examples/index.html --open",
    "build": "parcel build ./usePortal.js --target node --out-dir ./lib",
    "publish": "yarn build && yarn publish"
  }
}
