{
  "name": "udp-director",
  "version": "0.1.2",
  "description": "A tool that is capable of directing UDP traffic from a specific port to as many hosts as needed.",
  "keywords": [
    "udp",
    "udp relayer",
    "udp redirect",
    "udp load balancer"
  ],
  "main": "index.js",
  "bin": {
    "udp-director": "./bin/udp-director"
  },
  "author": {
    "name": "Carl Danley",
    "email": "carldanley@gmail.com",
    "url": "https://github.com/carldanley/"
  },
  "homepage": "https://github.com/carldanley/node-udp-director",
  "repository": {
    "type": "git",
    "url": "git://github.com/carldanley/node-udp-director.git"
  },
  "bugs": {
    "url": "https://github.com/carldanley/node-udp-director/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "commander": "^2.9.0",
    "lodash": "^4.17.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-cached": "^1.1.1",
    "gulp-jscs": "^4.0.0",
    "gulp-jshint": "^2.0.4",
    "gulp-mocha": "^3.0.1",
    "jshint": "^2.9.4",
    "jshint-stylish": "^2.2.1",
    "mocha-sinon": "^1.1.6",
    "sinon": "^1.17.6"
  }
}
