{
  "name": "react-overlay-loader",
  "version": "0.0.3",
  "description": "A simple spinner/loader with a background overlay",
  "main": "lib/index.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "jest src --coverage",
    "init": "mkdir dist",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean && npm run init",
    "build": "NODE_ENV=production rollup -c && BABEL_ENV=commonjs babel src --out-dir lib",
    "prepublishOnly": "npm run test && npm run build",
    "dev": "rollup -c -w"
  },
  "files": [
    "dist",
    "src",
    "lib",
    "styles.css"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aakashns/react-overlay-loader.git"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^21.0.2",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.24.1",
    "eslint": "^4.6.1",
    "eslint-config-react-app": "^2.0.0",
    "eslint-plugin-flowtype": "^2.35.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.3.0",
    "jest": "^21.0.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "regenerator-runtime": "^0.11.0",
    "rollup": "^0.49.3",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-commonjs": "^8.2.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-uglify": "^2.0.1"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "keywords": [
    "react",
    "loader",
    "spinner",
    "overlay",
    "component"
  ],
  "author": "Aakash N S",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aakashns/react-overlay-loader/issues"
  },
  "homepage": "https://github.com/aakashns/react-overlay-loader#readme"
}
