Sfoglia il codice sorgente

Initial commit for bower support

Estevão Soares dos Santos 10 anni fa
parent
commit
3483ea6c1f
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. 19 0
      bower.json

+ 19 - 0
bower.json

@@ -0,0 +1,19 @@
+{
+    "name": "showdown",
+    "description": "JavaScript port of Markdown",
+    "homepage": "https://github.com/showdownjs/showdown",
+    "authors": [
+        "John Fraser"
+    ],
+    "main": ["src/showdown.js"],
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/showdownjs/showdown.git"
+    },
+    "keywords": [
+        "markdown",
+        "md",
+        "mdown"
+    ],
+    "license": "https://github.com/showdownjs/showdown/blob/master/license.txt"
+}