{
  "name": "react-image-lazy-load-component",
  "version": "0.2.0",
  "description": "A simple react component that takes care of async lazy loading of images with sweet fade in animation - inspired by Polymer IronImage",
  "main": "lib/index.js",
  "scripts": {
    "lib": "babel src/lib -d lib",
    "lib:watch": "babel src/lib -w -d lib",
    "docs": "webpack-dev-server",
    "docs:prod": "webpack -p"
  },
  "keywords": [
    "react",
    "lazy",
    "load",
    "iron",    
    "image",
    "component",
    "javascript"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.2.0",
    "react-dom": ">=16.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.37",
    "@babel/core": "^7.0.0-beta.37",
    "@babel/preset-env": "^7.0.0-beta.37",
    "@babel/preset-react": "^7.0.0-beta.37",
    "babel-loader": "^8.0.0-beta.0",
    "css-loader": "^0.28.8",
    "html-webpack-plugin": "^2.30.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "style-loader": "^0.19.1",
    "url-loader": "^1.0.1",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^2.11.0"
  },
  "author": {
    "name": "Bojan Gvozderac",
    "email": "bojangbusiness@gmail.com"
  },
  "homepage": "https://github.com/jsguru-io/react-image-lazy-load",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsguru-io/react-image-lazy-load"
  },
  "bugs": {
    "url": "https://github.com/jsguru-io/react-image-lazy-load/issues"
  },
  "dependencies": {}
}
