Explorar el Código

Initial commit for bower support

Estevão Soares dos Santos hace 10 años
padre
commit
3483ea6c1f
Se han modificado 1 ficheros con 19 adiciones y 0 borrados
  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"
+}