adds the apache licence

This commit is contained in:
Zachary Boyd 2017-03-25 23:55:07 -04:00
parent 5dc6bf92cf
commit 0237d1dc3f

View file

@ -1,10 +1,10 @@
{ {
"name": "tor-router", "name": "tor-router",
"version": "3.0.2", "version": "3.0.3",
"main": "src/index.js", "main": "src/index.js",
"repository": "git@github.com:znetstar/tor-router.git", "repository": "git@github.com:znetstar/tor-router.git",
"author": "Zachary Boyd <zachary@zacharyboyd.nyc>", "author": "Zachary Boyd <zachary@zacharyboyd.nyc>",
"license": "MIT", "license": "Apache-2.0",
"description": "A SOCKS proxy for distributing traffic across multiple instances of Tor", "description": "A SOCKS proxy for distributing traffic across multiple instances of Tor",
"bin": { "bin": {
"tor-router": "bin/tor-router" "tor-router": "bin/tor-router"