Parcourir la source

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

Estevão Soares dos Santos il y a 10 ans
Parent
commit
4a0ec47402
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  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",