{
  "name": "rx.wamp",
  "version": "0.5.0",
  "description": "A wrapper library for the autobahn wamp v1/v2 library in the browser/node",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/paulpdaniels/rx.wamp.git"
  },
  "keywords": [
    "rx",
    "rxjs",
    "wamp",
    "async",
    "realtime"
  ],
  "author": "Paul Daniels <paulpdaniels@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paulpdaniels/rx.wamp/issues"
  },
  "devDependencies": {
    "wamp.rt": "~0.1.2",
    "chai": "~1.9.2",
    "grunt": "^0.4.5",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-uglify": "^0.7.0",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2",
    "sinon-as-promised": "^2.0.3",
    "when": "^3.6.4",
    "wamp.io-mirror": "^0.1.4"
  },
  "dependencies": {
    "rx": "~2.3.13",
    "autobahn": "~0.9.5"
  }
}
