-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates package.json for npm publication
- Loading branch information
John F. Mercer
committed
Aug 19, 2015
1 parent
d6190ab
commit dd3faba
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,23 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/radify/stationmaster.git" | ||
"url": "git+https://github.com/radify/stationmaster.git" | ||
}, | ||
"author": "Radify.io", | ||
"license": "See LICENSE", | ||
"author": { | ||
"name": "Radify, Inc.", | ||
"email": "[email protected]", | ||
"url": "http://radify.io" | ||
}, | ||
"contributors": [{ | ||
"name": "Nate Abele", | ||
"email": "[email protected]", | ||
"url": "http://radify.io" | ||
}, { | ||
"name": "Gavin Davies", | ||
"email": "[email protected]", | ||
"url": "http://radify.io" | ||
}], | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/radify/stationmaster/issues" | ||
}, | ||
|