summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
+ }
+ ]
}