{
  "_args": [
    [
      "react-social-login@3.4.7",
      "C:\\xampp\\htdocs\\rent_now"
    ]
  ],
  "_from": "react-social-login@3.4.7",
  "_id": "react-social-login@3.4.7",
  "_inBundle": false,
  "_integrity": "sha512-chkne0QMimrKgKO10SS2BAuTZVokNZ34OMP/XPQ4/H8H35ILNbTqVfn8Hloz6ElOFiu/Ib3x2uHWRH4vH7VcdA==",
  "_location": "/react-social-login",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-social-login@3.4.7",
    "name": "react-social-login",
    "escapedName": "react-social-login",
    "rawSpec": "3.4.7",
    "saveSpec": null,
    "fetchSpec": "3.4.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-social-login/-/react-social-login-3.4.7.tgz",
  "_spec": "3.4.7",
  "_where": "C:\\xampp\\htdocs\\rent_now",
  "author": {
    "name": "Deepak Aggarwal",
    "email": "deepakaggarwal7@gmail.com"
  },
  "betterScripts": {
    "start": {
      "command": "cd demo && webpack-dev-server --https --progress --colors && cd ..",
      "env": {
        "NODE_ENV": "development",
        "FB_APP_ID": "309479849514684",
        "INSTAGRAM_REDIRECT": "https://localhost:8080"
      }
    },
    "start:insecure": {
      "command": "cd demo && webpack-dev-server --progress --colors && cd ..",
      "env": {
        "NODE_ENV": "development",
        "FB_APP_ID": "309479849514684",
        "INSTAGRAM_REDIRECT": "https://localhost:8080"
      }
    }
  },
  "bugs": {
    "url": "https://github.com/deepakaggarwal7/react-social-login/issues"
  },
  "dependencies": {
    "fetch-jsonp": "1.1.3",
    "prop-types": "15.7.2",
    "uuid": "3.1.0",
    "whatwg-fetch": "2.0.3"
  },
  "description": "React Component for Login via Social Providers",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-eslint": "8.0.2",
    "babel-loader": "7.1.2",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-inline-environment-variables": "0.2.0",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-preset-env": "1.6.1",
    "babel-preset-react": "6.24.1",
    "better-npm-run": "0.1.0",
    "eslint": "4.18.2",
    "eslint-config-standard": "10.2.1",
    "eslint-config-standard-jsx": "4.0.2",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-node": "5.2.1",
    "eslint-plugin-promise": "3.6.0",
    "eslint-plugin-react": "7.4.0",
    "eslint-plugin-standard": "3.0.1",
    "html-webpack-plugin": "2.30.1",
    "pre-commit": "1.2.2",
    "react-dom": "16.1.2",
    "webpack": "3.8.1",
    "webpack-dev-server": "2.9.4"
  },
  "engines": {
    "node": ">=6.9.4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/deepakaggarwal7/react-social-login#readme",
  "keywords": [
    "social",
    "oauth"
  ],
  "license": "MIT",
  "main": "dist/social-login.js",
  "name": "react-social-login",
  "peerDependencies": {
    "bluebird": "^3.5.1",
    "react": "^16.1.0"
  },
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deepakaggarwal7/react-social-login.git"
  },
  "scripts": {
    "build": "npm run lint && webpack",
    "build:demo": "npm run lint && cd demo && webpack && cd ..",
    "deploy": "bash \"deploy.sh\"",
    "lint": "eslint src",
    "start": "bnr start",
    "start:insecure": "bnr start:insecure",
    "start:old": "cd demo.old && webpack-dev-server --progress --colors && cd ..",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "types",
  "version": "3.4.7"
}
