{
  "name": "react-show",
  "version": "3.0.4",
  "description": "react-show React component",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "author": "Tanner Linsley <tannerlinsley@gmail.com>",
  "homepage": "https://react-show.js.org",
  "license": "MIT",
  "keywords": [
    "react-show",
    "react",
    "show",
    "animate",
    "ng-show",
    "react",
    "appear",
    "hide",
    "collapse"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-tools/react-show.git"
  },
  "scripts": {
    "build": "nwb build-react-component",
    "prepublishOnly": "yarn build",
    "postPublish": "git push --tags"
  },
  "peerDependencies": {
    "react": "15 || 16"
  },
  "devDependencies": {
    "babel-preset-env": "^1.7.0",
    "eslint-config-react-tools": "^1.0.10",
    "nwb": "0.18.x"
  },
  "dependencies": {
    "raf": "^3.4.0"
  }
}
