{
  "name": "redux-infinite-scroll",
  "version": "1.0.9",
  "description": "React infinite scroll component designed for a Redux data-flow.",
  "main": "lib/ReduxInfiniteScroll.js",
  "scripts": {
    "test": "npm run transpile && karma start karma.conf.js",
    "test-watch": "karma start karma.conf.js --single-run=false",
    "transpile": "babel src --out-dir lib",
    "build": "webpack --config production.webpack.js",
    "build:min": "webpack --config min.webpack.js",
    "build:release": "npm run transpile && npm run build && npm run build:min"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RealScout/redux-infinite-scroll.git"
  },
  "keywords": [
    "React",
    "Redux",
    "Infinite",
    "Scroll"
  ],
  "author": "RealScoutTech",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RealScout/redux-infinite-scroll/issues"
  },
  "homepage": "https://github.com/RealScout/redux-infinite-scroll#readme",
  "devDependencies": {
    "babel": "^6.3.26",
    "babel-cli": "^6.4.5",
    "babel-core": "^6.3.15",
    "babel-loader": "^6.2.0",
    "babel-plugin-react-transform": "^2.0.0-beta1",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "jasmine": "^2.3.2",
    "jasmine-core": "^2.3.4",
    "karma": "^0.13.10",
    "karma-cli": "^0.1.1",
    "karma-jasmine": "^0.3.6",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-webpack": "^1.7.0",
    "phantomjs": "^1.9.18",
    "react-addons-test-utils": "^0.14.6",
    "webpack": "^1.12.9",
    "webpack-dev-middleware": "^1.4.0",
    "webpack-dev-server": "^1.10.1",
    "webpack-hot-middleware": "^2.6.0",
    "react": "^0.14.6",
    "react-dom": "^0.14.6",
    "react-immutable-proptypes": "^1.7.0"
  },
  "dependencies": {
  }
}
