adds licence

This commit is contained in:
Zachary Boyd 2015-12-31 19:32:11 -08:00
parent 624a75f563
commit f83efc3249
2 changed files with 16 additions and 2 deletions

13
LICENSE.md Normal file
View file

@ -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.

View file

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