summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index 85d00072..702d02c3 100644
--- a/package.json
+++ b/package.json
@@ -3,8 +3,6 @@
"version": "0.4.0",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
- "author": "jackycute",
- "private": true,
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.3",
@@ -60,5 +58,13 @@
},
"engines": {
"node": ">=4.x"
+ },
+ "bugs": "https://github.com/hackmdio/hackmd/issues",
+ "keywords": ["Collaborative", "Markdown", "Notes"],
+ "homepage": "https://hackmd.io",
+ "maintainers": [{"name": "Max Wu", "email": "jackymaxj@gmail.com"}],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/hackmdio/hackmd.git"
}
}