{
  "name": "betpool",
  "version": "0.2.0",
  "private": false,
  "main": "sdk/index.js",
  "dependencies": {
    "axios": "^0.18.0",
    "babel-core": "^6.26.3",
    "babel-preset-react": "^6.24.1",
    "bootstrap": "^4.1.1",
    "cors": "^2.8.4",
    "crypto": "^1.0.1",
    "errorhandler": "^1.5.0",
    "gulp": "^3.9.1",
    "html-webpack-plugin": "^3.2.0",
    "method-override": "^2.3.3",
    "moment": "2.19.3",
    "mongoose": "^5.1.0",
    "morgan": "^1.9.0",
    "mysql2": "^1.5.3",
    "node-schedule": "^1.3.0",
    "passport": "^0.4.0",
    "passport-facebook-token": "^3.3.0",
    "passport-google-token": "^0.1.2",
    "passport-http": "^0.3.0",
    "passport-http-bearer": "^1.0.1",
    "passport-local": "^1.0.0",
    "passport-twitter-token": "^1.3.0",
    "q": "^1.4.1",
    "react": "^16.3.2",
    "request": "~2.27.0",
    "request-promise-native": "^1.0.5",
    "sequelize": "^4.38.0",
    "webpack": "^4.8.3",
    "webpack-dev-server": "^3.1.4",
    "winston": "0.6.x"
  },
  "devDependencies": {
    "debug": "^3.1.0",
    "grunt": "^0.4.5",
    "grunt-cafe-mocha": "~0.1.3",
    "grunt-contrib-concat": "~0.1.1",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "~0.1.0",
    "grunt-contrib-watch": "~0.1.4",
    "grunt-mocha-cov": "0.0.7",
    "mocha": "1.8.x",
    "should": "1.2.x",
    "supertest": "0.5.x"
  },
  "scripts": {
    "test": "make test",
    "start": "node Index.js",
    "start-dev": "DEBUG=dev:* node Index.js",
    "blanket": {
      "pattern": [
        "handlers",
        "models"
      ]
    }
  }
}
