{
  "author": "Jake Luer <jake@qualiancy.com>",
  "name": "orchid",
  "description": "Websockets based eventful RPC",
  "version": "0.0.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/qualiancy/orchid.git"
  },
  "main": "./index",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "dependencies": {
    "drip": "0.2.x",
    "oath": "0.2.x",
    "ws": "0.4.x"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  }
}
