{
  "name": "react-simple-authorizer",
  "version": "0.0.8",
  "description": "a simple wrapper for handle authorization process for protected routes in react apps using react-router-v4",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pre-publish": "babel src -d dist --copy-files",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johuder33"
  },
  "keywords": [
    "react",
    "react-router",
    "js",
    "javascript",
    "authorization",
    "react-simple-authorizer",
    "auth",
    "authorizer"
  ],
  "author": "Juorder Gonzalez <johudergb@gmail.com>",
  "license": "ISC",
  "peerDependencies": {
    "react": ">=15.0.1",
    "react-dom": ">=15.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.46",
    "@babel/core": "^7.0.0-beta.46",
    "@babel/preset-env": "^7.0.0-beta.46",
    "@babel/preset-react": "^7.0.0-beta.46",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "webpack": "^4.8.3"
  }
}
