{
  "name": "node-proxy-protocol",
  "description": "Parser for the HA Proxy/stud PROXY protocol",
  "author": "Rackspace Hosting",
  "keywords": [ "proxy", "proxy protocol", "HA proxy", "stud"],

  "contributors": [
    {
      "name": "Brandon Philips",
      "email": "brandon.philips@rackspace.com",
      "url": "http://ifup.org"
    }
  ],

  "repository": {
    "type": "git",
    "url": "git://github.com/racker/node-proxy-protocol.git"
  },

  "main": "./index.js",

  "version": "1.0.0",

  "dependencies": {
    "strtok": "0.1.1"
  },

  "licenses" : [
    {
      "type" : "Apache",
      "url" : "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ]
}
