{
  "name": "react-google-login",
  "version": "2.5.0",
  "description": "A Google Login Component for React",
  "main": "dist/google-login.js",
  "scripts": {
    "start": "set NODE_ENV=development&& webpack-dev-server --config webpack.config.dev.js --host $IP --port $PORT",
    "bundle": "set NODE_ENV=production&& webpack -p --config webpack.config.dist.js",
    "test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
    "test:watch": "npm run test -- --watch",
    "lint": "eslint src/ || true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anthonyjgrove/react-google-login.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "react-component",
    "google-login",
    "google-oAuth2",
    "google-oAuth"
  ],
  "author": {
    "name": "Anthony Grove",
    "email": "anthony@th3legend.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anthonyjgrove/react-google-login/issues"
  },
  "homepage": "https://github.com/anthonyjgrove/react-google-login",
  "devDependencies": {
    "autoprefixer": "^6.0.3",
    "babel": "^6.5.2",
    "babel-core": "^6.6.5",
    "babel-eslint": "^4.1.6",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-react": "^6.1.18",
    "babel-preset-stage-0": "^6.5.0",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^2.0.0",
    "eslint-plugin-react": "^3.11.3",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1",
    "react-fontawesome": "^1.1.0",
    "chai": "^3.5.0",
    "chai-jquery": "^2.0.0",
    "jquery": "^2.2.4",
    "jsdom": "^9.2.0",
    "mocha": "^2.5.2",
    "react-addons-test-utils": "^15.1.0"
  },
  "peerDependencies": {
    "react": "^15.1.0"
  },
  "babel": {
    "presets": [
      "es2015",
      "react",
      "stage-0"
    ]
  }
}
