diff --git a/LICENSE b/LICENSE index 64e0072..79905ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +Copyright (c) 2014 Ryan Creasey Copyright (c) 2012 Matt Harris Permission is hereby granted, free of charge, to any person obtaining a copy of this software and @@ -13,4 +14,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/package.json b/package.json index 8ea8a98..c31de08 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,16 @@ "name": "hamster", "version": "0.0.1", "description": "EVE Online API client for Node.js", - "keywords": ["hamster", "hamster eve", "eve online api", "eve api", "eve online", "eve"], + "keywords": [ + "hamster", + "hamster eve", + "eve online api", + "eve api", + "eve online", + "eve" + ], "homepage": "https://github.com/kuja/hamster", - "author": { - "name": "Matt Harris", - "email": "kuja@byteflux.net", - "url": "https://github.com/kuja" - }, + "author": "Ryan Creasey (https://github.com/rcreasey/hamster)", "main": "./lib/hamster.js", "dependencies": { "sax": "0.4.x" @@ -18,5 +21,16 @@ }, "scripts": { "test": "mocha -u qunit --recursive" + }, + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "https://github.com/rcreasey/hamster.git" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/rcreasey/hamster/issues" } -} \ No newline at end of file +}