From f83efc3249070d1c69dc71306163bbe199276822 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Thu, 31 Dec 2015 19:32:11 -0800 Subject: [PATCH] adds licence --- LICENSE.md | 13 +++++++++++++ package.json | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..df8011e --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,13 @@ +Copyright [2016] [Zachary Boyd] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/package.json b/package.json index 0076443..a7c4d6c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "tor-router", "version": "1.0.0", "bin": "bin/tor-router.js", + "main": "lib/index.js", "author": [ { "name": "Zachary Boyd", @@ -18,7 +19,6 @@ "url": "https://bitbucket.org/znetstar/tor-router" } ], - "homepage": "", "dependencies": { "async": "^1.5.0", "base32": "0.0.6", @@ -35,5 +35,6 @@ "winston": "^2.1.1" }, "scripts": {}, - "devDependencies": {} + "devDependencies": {}, + "license": "Apache License" }