{
  "name": "react-infinite",
  "authors": [
    "Gareth Tan <garethwtan@gmail.com>"
  ],
  "description": "A browser-ready efficient scrolling container based on UITableView",
  "main": "dist/react-infinite.js",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "react",
    "react-component",
    "scrolling",
    "uitableview",
    "infinite"
  ],
  "license": "BSD2",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "react": ">= 0.12.2"
  }
}
