{
  "name": "react-infinite-scroll-loading",
  "version": "0.2.0",
  "description": "Infinite scroll component for React.",
  "main": "dist/react-infinite-scroll-loading.cjs.js",
  "module": "dist/react-infinite-scroll-loading.esm.js",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "test": "jest --coverage",
    "coverage": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vanilla-IceCream/react-infinite-scroll-loading.git"
  },
  "keywords": [
    "React",
    "Infinite",
    "Scroll",
    "Loading"
  ],
  "author": "Vanilla IceCream",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Vanilla-IceCream/react-infinite-scroll-loading/issues"
  },
  "homepage": "https://github.com/Vanilla-IceCream/react-infinite-scroll-loading#readme",
  "peerDependencies": {
    "prop-types": ">= 15",
    "react": ">= 15 < 17"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.6.0",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.6.0",
    "@testing-library/react": "^9.1.4",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "coveralls": "^3.0.6",
    "eslint": "^6.4.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "jest": "^24.9.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "rollup": "^1.20.3",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  }
}
