{
  "name": "rc-lazy",
  "version": "1.3.1",
  "description": "Utility Components and Services for React",
  "main": "dist/index.js",
  "author": "Lionel Nguyen <huytrongnguyen@kms-technology.com>",
  "license": "MIT",
  "keywords": [
    "relay",
    "flux",
    "react",
    "rest",
    "cache",
    "pubsub",
    "router"
  ],
  "homepage": "https://github.com/huytrongnguyen/react-utils#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/huytrongnguyen/react-utils.git"
  },
  "bugs": "https://github.com/huytrongnguyen/react-utils/issues",
  "scripts": {
    "build": "rm -rf dist/* && babel src -D -d dist",
    "build-css": "node-sass --include-path scss src/scss/lazy.scss dist/css/lazy.css",
    "build-script": "babel src -D -d dist"
  },
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "peerDependencies": {
    "react": "^15.x",
    "react-dom": "^15.x"
  },
  "devDependencies": {
    "babel-cli": "^6.x",
    "babel-polyfill": "^6.x",
    "babel-plugin-transform-object-rest-spread": "^6.x",
    "babel-preset-es2015": "^6.x",
    "babel-preset-es2017": "^6.x",
    "babel-preset-react": "^6.x",
    "jest": "^18.x",
    "node-sass": "^4.x",
    "react-test-renderer": "^15.x"
  }
}
