ソースを参照

Add jquery.json

zhixin 11 年 前
コミット
903efb4345
1 ファイル変更28 行追加0 行削除
  1. 28 0
      bootstrap-table.jquery.json

+ 28 - 0
bootstrap-table.jquery.json

@@ -0,0 +1,28 @@
+{
+    "name": "bootstrap-table",
+    "version": "1.0.1",
+    "title": "Bootstrap Table",
+    "description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
+    "author": {
+        "name": "zhixin wen",
+        "email": "wenzhixin2010@gmail.com",
+        "url": "http://wenzhixin.net.cn/"
+    },
+    "licenses": [
+        {
+            "type": "MIT License",
+            "url": "http://opensource.org/licenses/MIT"
+        }
+    ],
+    "dependencies": {
+        "jquery": ">=1.7"
+    },
+    "keywords": ["bootstrap.table"],
+    "homepage": "https://github.com/wenzhixin/bootstrap-table",
+    "demo": "http://wenzhixin.net.cn/p/bootstrap-table",
+    "bugs": {
+        "url": "https://github.com/wenzhixin/bootstrap-table/issues"
+    },
+    "docs": "https://github.com/wenzhixin/bootstrap-table",
+    "download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
+}