diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-03-13 09:28:49 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-03-13 09:28:49 -0400 |
commit | a09200e641b0748ef7c0a5a29d3fcc2a3f0bee44 (patch) | |
tree | 776e8a1a214850c29b6999af545919e94aa5d56a | |
parent | 96504852b76b82f7879eddf727e37e35dcbbf49d (diff) |
Update email and GitHub URLs
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 9cd0089..4ab6b96 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "active911", "version": "0.1.0", - "author": "Ben Burwell <bburwell1@gmail.com>", + "author": "Ben Burwell <hi@benburwell.com>", "description": "A simple interface to Active911", "tags": [ "active911", "cad" ], "main": "./active911.js", "repository": { "type": "git", - "url": "https://github.com/bburwell/active911.git" + "url": "https://github.com/benburwell/active911.git" }, "bugs": { - "url": "https://github.com/bburwell/active911/issues" + "url": "https://github.com/benburwell/active911/issues" }, "engines": { "node": ">=0.10" |