{
  "name": "happn-primus-wrapper",
  "version": "9.0.0",
  "description": "Wraps primus with happner specific logic",
  "main": "index.js",
  "scripts": {
    "build": "mkdir -p dist && browserify ../../node_modules/primus/primus.js -s Primus -p deumdify | derequire > dist/primus.js",
    "update": "find transformers -name update.sh -exec bash {} \\;",
    "integration": "npm run build && mocha test/*.integration.js --exit",
    "test": "npm run build && mocha test/*.test.js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/happner/happn-primus-wrapper.git"
  },
  "keywords": [
    "websocket",
    "primus",
    "happner"
  ],
  "author": "Tenacious Digital",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/happner/happn-primus-wrapper/issues"
  },
  "homepage": "https://github.com/happner/happn-primus-wrapper#readme",
  "devDependencies": {
    "binary-pack": "~1.0.2",
    "browserchannel": "~2.1.0",
    "browserify": "~16.2.0",
    "chai": "~4.1.0",
    "condenseify": "~1.1.1",
    "demolish": "~1.0.2",
    "derequire": "~2.0.3",
    "deumdify": "~1.2.3",
    "ejson": "~2.1.2",
    "emits": "~3.0.0",
    "engine.io": "~3.3.0",
    "engine.io-client": "~3.3.0",
    "faye-websocket": "~0.11.0",
    "inherits": "~2.0.3",
    "mocha": "~5.2.0",
    "primus-msgpack": "~1.0.2",
    "pumpify": "~1.5.0",
    "querystringify": "~2.1.0",
    "recovery": "~0.2.6",
    "request": "~2.88.0",
    "rocambole": "~0.7.0",
    "rocambole-node-remove": "~3.0.0",
    "sockjs": "~0.3.18",
    "sockjs-client": "~1.3.0",
    "through2": "~3.0.0",
    "tick-tock": "~1.0.0",
    "url-parse": "~1.4.0",
    "uws": "10.148.1",
    "yeast": "~0.1.2"
  },
  "dependencies": {
    "primus": "^8.0.6",
    "ws": "^8.9.0"
  }
}
