{
	"name": "socks5-client",
	"description": "SOCKS v5 client socket implementation.",
	"version": "1.2.8",
	"main": "index.js",
	"homepage": "https://github.com/mattcg/socks5-client",
	"implements": ["CommonJS/Modules/1.0"],
	"author": {
		"name": "Matthew Caruana Galizia",
		"email": "mattcg@gmail.com"
	},
	"contributors": [
		{
			"name": "Gordon Hall",
			"email": "gordon@gordonwritescode.com"
		}
	],
	"keywords": [
		"socks5", "socksv5", "socks", "v5", "client", "socket"
	],
	"bugs": {
		"url": "https://github.com/mattcg/socks5-client/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/mattcg/socks5-client.git"
	},
	"dependencies": {
		"ip-address": "~6.1.0"
	},
	"engines": {
		"node": ">= 6.4.0"
	},
	"license": "MIT"
}
