{
  "name": "react-simple-authorizer",
  "version": "0.0.1",
  "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"
  },
  "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",
  "dependencies": {
    "prop-types": "^15.6.1",
    "react": "^16.3.2"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0"
  }
}
