فهرست منبع

Initial commit for bower support

Estevão Soares dos Santos 10 سال پیش
والد
کامیت
3483ea6c1f
1فایلهای تغییر یافته به همراه19 افزوده شده و 0 حذف شده
  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"
+}