summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-18 15:00:40 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-18 15:00:40 +0200
commit49cde96ee7cf1857b4b417081a93b7d6d81b2812 (patch)
tree9261a5dfac72d22db58da62123f88074e40046f4
parent627be20e48b187dbcdcf92e33210093790551233 (diff)
downloadgitbook-49cde96ee7cf1857b4b417081a93b7d6d81b2812.zip
gitbook-49cde96ee7cf1857b4b417081a93b7d6d81b2812.tar.gz
gitbook-49cde96ee7cf1857b4b417081a93b7d6d81b2812.tar.bz2
Add contributors to package.json and change homepage
-rw-r--r--package.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9852ade..20e18f2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
{
"name": "gitbook",
"version": "0.2.2",
+ "homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
"dependencies": {
@@ -39,9 +40,19 @@
"book",
"gitbook"
],
- "author": "Aaron O'Mullan <aaron.omullan@friendco.de>",
+ "author": "FriendCode <contact@friendco.de>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
- }
+ },
+ "contributors": [
+ {
+ "name": "Aaron O'Mullan",
+ "email": "aaron.omullan@gmail.com"
+ },
+ {
+ "name": "Samy Pessé",
+ "email": "samypesse@gmail.com"
+ }
+ ]
}