{
  "name": "snapper-core",
  "description": "Teambition push messaging service, backed by redis.",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "version": "2.9.2",
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:teambition/snapper-core.git"
  },
  "engines": {
    "node": ">= 4.5.0"
  },
  "scripts": {
    "start": "node app.js",
    "test": "standard && tman test/index.js",
    "test-self": "node test_self.js",
    "test-cluster": "tman test/cluster.js"
  },
  "homepage": "https://github.com/teambition/snapper-core",
  "keywords": [
    "message",
    "distributed",
    "websocket",
    "socket",
    "redis",
    "teambition"
  ],
  "dependencies": {
    "config": "~1.26.1",
    "debug": "~2.6.6",
    "engine.io": "~1.8.4",
    "http-errors": "~1.6.1",
    "ilog": "^1.0.3",
    "jsonrpc-lite": "~1.2.3",
    "jws": "~3.1.4",
    "respjs": "^4.0.1",
    "snapper-consumer": "^1.3.5",
    "snapper-producer": "^2.1.1",
    "thunk-redis": "~2.1.0",
    "thunks": "^4.7.6",
    "toa": "~2.6.5",
    "toa-net": "^1.5.0",
    "toa-pm": "~0.2.2",
    "toa-token": "~2.1.1"
  },
  "devDependencies": {
    "standard": "^10.0.2",
    "supertest": "^3.0.0",
    "thunk-queue": "^1.1.5",
    "tman": "^1.6.7"
  },
  "files": [
    "README.md",
    "app.js",
    "rpc.js",
    "test_self.js",
    "bin",
    "config",
    "lib",
    "pm2"
  ]
}
