{
  "name": "react-lazy-render",
  "version": "0.3.0",
  "description": "Lazy render for (very) large lists of data",
  "main": "dist/LazyRender.js",
  "author": "Jonathan Kim <jonathan.kim@onefinestay.com>",
  "keywords": [
    "react",
    "react-component",
    "lazy",
    "render"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/onefinestay/react-lazy-render"
  },
  "bugs": {
    "url": "https://github.com/onefinestay/react-lazy-render/issues"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/preprocessor.js",
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react"
    ],
    "moduleFileExtensions": [
      "js",
      "json",
      "jsx"
    ],
    "testFileExtensions": [
      "js",
      "jsx"
    ]
  },
  "license": "Apache 2.0",
  "dependencies": {
    "element-size": "^1.1.1",
    "react": "^0.12.0"
  },
  "devDependencies": {
    "brfs": "^1.2.0",
    "gulp": "^3.8.9",
    "gulp-connect": "^2.0.6",
    "gulp-duration": "0.0.0",
    "gulp-gh-pages": "^0.4.0",
    "gulp-notify": "^2.0.0",
    "gulp-react": "^2.0.0",
    "gulp-render": "0.1.1",
    "gulp-sass": "^1.2.2",
    "gulp-util": "^3.0.1",
    "gulp-watch": "^2.0.0",
    "jest-cli": "^0.4.0",
    "jsx-loader": "^0.12.2",
    "lodash": "^3.9.3",
    "react-tools": "^0.12.0",
    "reactify": "^0.15.2",
    "transform-loader": "^0.2.1",
    "webpack": "^1.4.13"
  }
}
