{
  "name": "@bufferapp/publish-server",
  "version": "1.2.3",
  "description": "",
  "scripts": {
    "start": "micro",
    "lint": "eslint . --ignore-pattern coverage node_modules",
    "test": "yarn run lint && sh ../../package_test.sh",
    "test-watch": "jest --watch"
  },
  "author": "hharnisc@gmail.com",
  "dependencies": {
    "@bufferapp/logger": "0.7.0",
    "@bufferapp/micro-rpc": "0.1.6",
    "@bufferapp/publish-utils": "1.2.0",
    "@bufferapp/session-manager": "0.5.39",
    "@bufferapp/shutdown-helper": "0.2.0",
    "body-parser": "1.17.2",
    "bugsnag": "1.11.0",
    "cookie-parser": "1.4.3",
    "express": "4.15.3",
    "jsonwebtoken": "7.4.1",
    "micro": "7.3.3",
    "micro-rpc-client": "0.1.2",
    "microrouter": "2.1.1",
    "pusher": "1.5.1",
    "request": "2.81.0",
    "request-promise": "4.2.1"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "eslint": "3.19.0",
    "jest": "19.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
