{
  "name": "optportal-node",
  "version": "0.0.1",
  "description": "Opcentral Standalone Server",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node -r epipebomb/register -i  index.js"
  },
  "author": "",
  "license": "BSD-2-Clause",
  "dependencies": {
    "archiver": "^1.3.0",
    "async": "~0.2.9",
    "aws-sdk": "~2.1.32",
    "bcrypt-nodejs": "^0.0.3",
    "browserify": "3.*",
    "cloudconvert": "~1.1.1",
    "config": "^1.30.0",
    "connect-mongo": "~0.8.2",
    "cron": "~1.0.9",
    "crypto-js": "~3.1.5",
    "csvtojson": "^1.1.4",
    "decompress-zip": "^0.2.2",
    "easy-ftp": "~0.3.26",
    "ejs": "~1.0.0",
    "epipebomb": "~1.0.0",
    "events": "~1.1.0",
    "excel-export": "^0.5.1",
    "exceljs": "^0.6.2",
    "express": "~3.4.3",
    "extract-zip": "^1.6.7",
    "ftp": "^0.3.10",
    "ftp-management-queue": "^2.2.0",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-env": "^0.4.4",
    "http": "0.0.0",
    "husky": "^1.3.1",
    "inflection": "^1.3.7",
    "jsftp": "^1.5.5",
    "jsonfile": "~2.2.3",
    "kue": "^0.11.6",
    "kue-ui-express": "^1.0.2",
    "lodash": "~2.2.1",
    "lru-cache": "^4.1.1",
    "mime": "~1.2.9",
    "mime-types": "^2.1.22",
    "mongodb": "^2.2.30",
    "mongoose": "~4.4",
    "mongoose-cursor": "0.0.4",
    "mongoose-long": "0.0.2",
    "mongoose-validator": "~0.2.2",
    "mysql": "^2.13.0",
    "mysql2": "^1.3.6",
    "passport": "0.2.*",
    "passport-local": "1.0.*",
    "request": "~2.34.0",
    "request-promise-native": "^1.0.5",
    "require_optional": "^1.0.1",
    "rmdir": "~1.2.0",
    "sendgrid": "~2.0.0",
    "sequelize": "^4.3.2",
    "sharp": "^0.21.1",
    "unirest": "~0.4.2",
    "uuid": "^3.1.0",
    "validator": "~3.19.0",
    "xls-to-json": "^0.4.0",
    "xml2js": "~0.4.16"
  },
  "devDependencies": {
    "frisby": "~0.6.9",
    "grunt": "^0.4.5",
    "grunt-ssh": "^0.11.2",
    "jasmine-node": "~1.11.0",
    "grunt-env": "^0.4.1",
    "grunt-browserify": "~1.2.9",
    "grunt-contrib-concat": "~0.4.0",
    "grunt-contrib-handlebars": "~1.0.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-uglify": "~0.9.1",
    "lint-staged": "^8.0.5",
    "prettier": "^1.15.2",
    "pretty-quick": "^1.8.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "engines": {
    "node": "7.10.1"
  }
}
