{
  "name": "primus-resource",
  "version": "2.0.6",
  "description": "Define resources with auto-binded methods that can be called remotely on top of Primus.",
  "author": "Jonathan Brumley <cayasso@gmail.com>",
  "homepage": "https://github.com/cayasso/primus-resource",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cayasso/primus-resource.git"
  },
  "keywords": [
    "ws",
    "rpc",
    "resource",
    "remote",
    "channels",
    "realtime",
    "websocket",
    "engine.io",
    "socket.io",
    "plugin",
    "sockjs",
    "browserchannel",
    "primus"
  ],
  "license": "MIT",
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "*",
    "expect.js": "*",
    "ws": "~0.4.27",
    "primus": "~2.x.x",
    "primus-multiplex": "~3.x.x",
    "primus-emitter": "~3.x.x"
  }
}
