From e52937df5064332cf0f2a36c8ac86d760e00c735 Mon Sep 17 00:00:00 2001 From: "Cheng-Han, Wu" Date: Sat, 28 May 2016 01:49:15 +0800 Subject: [PATCH] Update project infos, reclaim authors and add authors list --- AUTHORS | 10 ++++++++++ LICENSE | 2 +- bower.json | 3 --- package.json | 10 ++++++++-- public/views/index.ejs | 4 ++-- 5 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..cec831b --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +List of HackMD contributors. + +Fabien Meghazi +Ikumi Shimizu +Jason Croft +Jannik Lorenz +Max Wu +Peter Dave Hello +Zankio +葉家郡 \ No newline at end of file diff --git a/LICENSE b/LICENSE index 5acb33e..13c020c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 jackycute +Copyright (c) 2016 Max Wu and others Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bower.json b/bower.json index d27cf55..81103c5 100644 --- a/bower.json +++ b/bower.json @@ -2,9 +2,6 @@ "name": "hackmd", "description": "Realtime collaborative markdown notes on all platforms.", "main": "app.js", - "authors": [ - "jackycute" - ], "license": "MIT", "homepage": "https://github.com/hackmdio/hackmd", "moduleType": [ diff --git a/package.json b/package.json index 85d0007..702d02c 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" } } diff --git a/public/views/index.ejs b/public/views/index.ejs index 4aa6ae0..584f8ce 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -9,8 +9,8 @@ - HackMD - Collaborative notes + @@ -152,7 +152,7 @@
-

© 2016 HackMD by jackycute +

© 2016 HackMD