{
  "name": "graphdat-relay",
  "author": "Graphdat <support@graphdat.com>",
  "license": "Apache v2",
  "version": "0.1.24",
  "private": false,
  "title": "Graphat Relay",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphdat/relay.git"
  },
  "bin": {
    "graphdat-relay": "./bin/cli.js",
    "graphdat-relay-daemon": "./bin/daemon.js"
  },
  "bugs": {
    "url": "https://github.com/graphdat/relay/issues"
  },
  "description": "Hosts one or more Graphdat Plugins",
  "keywords": [
    "graphdat",
    "metrics",
    "monitoring"
  ],
  "homepage": "http://free.boundary.com",
  "scripts": {
    "start": "node --expose-gc bin/cli.js"
  },
  "dependencies": {
    "adm-zip": "0.4.3",
    "async": "0.2.9",
    "CBuffer": "0.1.4",
    "daemonize.redux": "0.0.x",
    "optimist": "0.6.0",
    "request": "2.27.0",
    "underscore": "1.5.1",
    "walk": "2.2.1",
    "which": "1.0.5"
  },
  "engine": "node >= 0.8.1"
}
