Update project infos, reclaim authors and add authors list
This commit is contained in:
parent
5819e4007f
commit
e52937df50
5 changed files with 21 additions and 8 deletions
10
AUTHORS
Normal file
10
AUTHORS
Normal file
|
@ -0,0 +1,10 @@
|
|||
List of HackMD contributors.
|
||||
|
||||
Fabien Meghazi
|
||||
Ikumi Shimizu
|
||||
Jason Croft
|
||||
Jannik Lorenz
|
||||
Max Wu
|
||||
Peter Dave Hello
|
||||
Zankio
|
||||
葉家郡
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 jackycute
|
||||
Copyright (c) 2016 Max Wu <jackymaxj@gmail.com> 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
|
||||
|
|
|
@ -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": [
|
||||
|
|
10
package.json
10
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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="description" content="Realtime collaborative markdown notes on all platforms.">
|
||||
<meta name="author" content="jackycute">
|
||||
<title>HackMD - Collaborative notes</title>
|
||||
<meta name="keywords" content="Collaborative, Markdown, Notes">
|
||||
<link rel="icon" type="image/png" href="<%- url %>/favicon.png">
|
||||
<link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png">
|
||||
|
||||
|
@ -152,7 +152,7 @@
|
|||
<h6>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=hackmdio&repo=hackmd&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px" style="vertical-align:middle;"></iframe>
|
||||
</h6>
|
||||
<p>© 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a> by <a href="https://github.com/jackycute" target="_blank"><i class="fa fa-github-square"></i> jackycute</a>
|
||||
<p>© 2016 <a href="https://www.facebook.com/TakeHackMD" target="_blank"><i class="fa fa-facebook-square"></i> HackMD</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue