{
  "name": "react-tooltips",
  "version": "0.4.6",
  "description": "Tooltips everywhere!",
  "author": "Gil Barbara <gilbarbara@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gilbarbara/react-tooltips.git"
  },
  "bugs": {
    "url": "https://github.com/gilbarbara/react-tooltips/issues"
  },
  "homepage": "https://github.com/gilbarbara/react-tooltips#readme",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib",
    "src"
  ],
  "keywords": [
    "react",
    "react-component",
    "component",
    "tooltip"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0",
    "prop-types": "^15.0.0"
  },
  "dependencies": {
    "deepmerge": "^2.1.0",
    "exenv": "^1.2.2",
    "is-lite": "^0.2.0",
    "popper.js": "^1.14.0",
    "react-proptype-conditional-require": "^1.0.4"
  },
  "devDependencies": {
    "autoprefixer": "^8.1.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^22.4.1",
    "babel-plugin-array-includes": "^2.0.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^4.1.6",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-node-env-inline": "^0.3.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.13",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "bundlesize": "^0.16.0",
    "chalk": "^2.3.2",
    "cross-env": "^5.1.4",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^4.18.2",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-flowtype": "^2.46.1",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.7.0",
    "flow-bin": "^0.67.1",
    "husky": "^0.14.3",
    "jest": "^22.4.2",
    "jest-enzyme": "^5.0.3",
    "prop-types": "^15.6.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-test-renderer": "^16.2.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.56.5",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-node-resolve": "^3.2.0",
    "styled-components": "^3.2.1",
    "watch-run": "^1.2.5"
  },
  "scripts": {
    "build": "npm run clean && npm run build:commonjs && npm run build:es",
    "build:commonjs": "cross-env NODE_ENV=production rollup -c -f cjs -o lib/index.js",
    "build:es": "cross-env NODE_ENV=production rollup -c",
    "watch": "cross-env NODE_ENV=production rollup -cw",
    "clean": "rimraf es && rimraf lib",
    "lint": "eslint --ext .js --ext .jsx src test",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "bundlesize": "bundlesize",
    "precommit": "npm run lint && npm test && bundlesize",
    "prepublishOnly": "npm run build"
  },
  "bundlesize": [
    {
      "path": "./es/index.js",
      "maxSize": "10 kB"
    },
    {
      "path": "./lib/index.js",
      "maxSize": "10 kB"
    }
  ]
}
