Kaynağa Gözat

Initial commit for bower support

Estevão Soares dos Santos 10 yıl önce
ebeveyn
işleme
3483ea6c1f
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  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"
+}