{
  "name": "react-waypoint",
  "version": "7.3.1",
  "description": "A React component to execute a function whenever you scroll to an element.",
  "main": "cjs/index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/brigade/react-waypoint.git"
  },
  "homepage": "https://github.com/brigade/react-waypoint",
  "bugs": "https://github.com/brigade/react-waypoint/issues",
  "scripts": {
    "build": "npm run clean && rollup -c",
    "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
    "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
    "clean": "rimraf es cjs",
    "lint": "eslint . --ext .js,.jsx",
    "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
    "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
    "pretest": "npm run --silent lint",
    "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
    "tag": "git tag v$npm_package_version",
    "test": "npm run testonly",
    "testonly": "karma start --single-run",
    "testonly:watch": "karma start --no-single-run",
    "performance-test:watch": "webpack --watch --config webpack.config.performance-test.js"
  },
  "author": "Brigade Engineering",
  "license": "MIT",
  "peerDependencies": {
    "react": "^0.14.9 || ^15.0.0 || ^16.0.0"
  },
  "devDependencies": {
    "@types/react": "^15.0.21",
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-loader": "^6.4.0",
    "babel-preset-airbnb": "^2.4.0",
    "eslint": "^3.17.1",
    "eslint-config-brigade": "^3.2.1",
    "eslint-plugin-react": "^6.10.0",
    "in-publish": "^2.0.0",
    "jasmine-core": "2.6.4",
    "karma": "^1.5.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-webpack": "^2.0.3",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "rimraf": "^2.6.1",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^3.0.2",
    "safe-publish-latest": "^1.1.1",
    "webpack": "^2.3.3"
  },
  "keywords": [
    "react",
    "component",
    "react-component",
    "scroll",
    "onscroll",
    "scrollspy"
  ],
  "dependencies": {
    "consolidated-events": "^1.1.0",
    "prop-types": "^15.0.0"
  }
}
