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" }