{
  "name": "jsweetman-react-tooltip",
  "version": "0.3.5",
  "description": "A tooltip component forked from https://github.com/cypress-io/react-tooltip",
  "main": "dist/tooltip.js",
  "scripts": {
    "build-dev": "node ./scripts/build-dev.js",
    "build-prod": "node ./scripts/build-prod.js",
    "prepublish": "npm run build-prod",
    "release": "releaser",
    "start": "node ./scripts/watch.js --port 8888",
    "test": "node ./scripts/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathansweetman/react-tooltip.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jonathansweetman/react-tooltip/issues"
  },
  "homepage": "https://github.com/jonathansweetman/react-tooltip#readme",
  "files": [
    "dist"
  ],
  "dependencies": {
    "popper.js": "1.9.9",
    "prop-types": "^15.6.0"
  },
  "devDependencies": {
    "@cypress/releaser": "0.1.12",
    "babel-eslint": "^7.0.0",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.5.1",
    "enzyme": "^2.4.1",
    "eslint": "^3.6.1",
    "eslint-plugin-mocha": "^4.5.1",
    "eslint-plugin-react": "^6.3.0",
    "jsdom": "^9.5.0",
    "lodash": "^4.0.0",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.3.2",
    "react-dom": "^15.3.2",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "zunder": "^3.4.13"
  },
  "peerDependencies": {
    "lodash": "^4.0.0",
    "react": ">=0.14",
    "react-dom": ">=0.14"
  }
}
