{
  "name": "rsocksv5",
  "version": "0.0.9",
  "author": "vanrycke <vanrycke.00@rutracker.org>",
  "description": "SOCKS protocol version 5 server and client implementations for node.js",
  "main": "./index",
  "scripts": {
    "test": "node test/test.jsc"
  },
  "dependencies": {
    "ipv6": "*",
    "readable-stream": "^2.2.9",
    "stream": "0.0.2"
  },
  "bundledDependencies": [
    "ipv6"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "socks",
    "socks5",
    "socksv5",
    "proxy"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/lex0/rsocksv5/raw/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/lex0/rsocksv5.git"
  }
}
