浏览代码

chore(package.json): add keywords to package.json

Estevão Soares dos Santos 10 年之前
父节点
当前提交
4a0ec47402
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      package.json

+ 6 - 1
package.json

@@ -2,7 +2,12 @@
   "name": "showdown",
   "version": "1.0.1",
   "description": "A Markdown to HTML converter written in Javascript",
-  "authors": "Estevão Santos",
+  "author": "Estevão Santos",
+  "homepage": "http://showdownjs.github.io/showdown/",
+  "keywords": [
+    "markdown",
+    "converter"
+  ],
   "contributors": [
     "John Gruber",
     "John Fraser",