From 87648711be60320a147d753ff704ed09d1343017 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Fri, 24 Mar 2017 20:23:27 -0400 Subject: [PATCH] adds description --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 797a79c..7309c11 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "repository": "git@github.com:znetstar/tor-router.git", "author": "Zachary Boyd ", "license": "MIT", + "description": "A SOCKS proxy for distributing traffic across multiple instances of Tor", "bin": { "tor-router": "bin/tor-router" },