{
  "name": "sota-core",
  "version": "2.2.8",
  "description": "Sotatek's server skeleton by NodeJS",
  "main": "core/index.js",
  "repository": {
    "url": ""
  },
  "scripts": {
    "test": "node_modules/.bin/mocha test/*"
  },
  "bin": {
    "sota-core-init": "./bin/SotaCoreInit.js"
  },
  "author": "An Nguyen <nguyenhuuan@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "async": "2.6.0",
    "aws-sdk": "2.241.1",
    "bcryptjs": "2.4.3",
    "bluebird": "3.5.1",
    "body-parser": "1.18.3",
    "cc-checkit": "1.0.2",
    "chalk": "2.4.1",
    "commander": "2.15.1",
    "cookie-parser": "1.4.3",
    "express": "4.16.3",
    "express-session": "1.15.6",
    "googleapis": "30.0.0",
    "hbs": "4.0.1",
    "jsonwebtoken": "8.2.1",
    "jwt-simple": "0.5.1",
    "lodash": "4.17.10",
    "log4js": "2.6.1",
    "mime-types": "2.1.18",
    "moment": "2.22.1",
    "mongodb": "3.1.0-beta4",
    "mongoose": "5.1.1",
    "morgan": "1.9.0",
    "multiparty": "4.1.4",
    "mysql": "2.15.0",
    "nodemailer": "4.6.4",
    "passport": "0.4.0",
    "passport-jwt": "4.0.0",
    "passport-local": "1.0.0",
    "passport-twitter": "1.0.4",
    "pg": "7.4.3",
    "randomstring": "1.1.5",
    "redis": "2.8.0",
    "socket.io": "2.1.0",
    "socket.io-client": "2.1.0",
    "socket.io-redis": "5.2.0",
    "sota-class": "1.0.2",
    "superagent": "3.8.3",
    "twitter": "1.7.1",
    "type-is": "1.6.16",
    "uuid": "3.2.1",
    "uws": "10.148.0",
    "ws": "5.1.1"
  },
  "devDependencies": {
    "eslint": "4.19.1",
    "jshint": "2.9.5",
    "jshint-stylish": "2.2.1",
    "mocha": "5.1.1"
  },
  "standard": {
    "ignore": [
      "/test/",
      "/public/",
      "/db/"
    ],
    "globals": [
      "log4js",
      "Checkit",
      "hbs",
      "Const"
    ]
  }
}
