{
	"name": "otrtalk",
	"version": "0.4.5",
	"main": "otrtalk.js",
	"bin": {
		"otrtalk": "./otrtalk.js"
	},
	"description": "distributed p2p off-the-record two-party chat",
	"homepage": "https://github.com/mnaamani/otrtalk",
	"keywords": ["p2p", "messaging", "chat", "privacy", "encrypted", "otr", "telehash", "freedom", "dht", "enet"],
	"author": {
		"name": "Mokhtar Naamani",
		"email": "mokhtar.naamani@gmail.com",
		"url": "https://github.com/mnaamani"
	},
	"repository": {
		"type": "git",
		"url": "git@github.com:mnaamani/otrtalk.git"
	},
	"dependencies": {
		"async": "=0.9.0",
		"get-telehash": "=0.2.2",
		"enet": "=0.2.9",
		"otr4-em": "=0.2.3",
		"ansi": "=0.2.0",
		"keypress": "=0.2.1",
		"cli-table": "=0.2.0",
		"underscore": "*",
		"xml2js": "=0.1.14",
		"request": "=2.10.0",
		"ip": "=0.0.5",
		"debug": "=2.1.1",
		"bittorrent-dht": "=3.0.0",
		"node-dir": "=0.1.6"
	},
	"license": "GPL-2.0"
}
