summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-28 01:49:15 +0800
committerCheng-Han, Wu2016-05-28 01:49:15 +0800
commite52937df5064332cf0f2a36c8ac86d760e00c735 (patch)
treed5bb2ee3b9315b1889136620a3c174aae3cd45c0 /package.json
parent5819e4007f12a982a6c46c2fb82625db7bf6fedf (diff)
Update project infos, reclaim authors and add authors list
Diffstat (limited to 'package.json')
-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"
}
}