ソースを参照

Add bower.json

zhixin 11 年 前
コミット
c25cd88422
1 ファイル変更20 行追加0 行削除
  1. 20 0
      bower.json

+ 20 - 0
bower.json

@@ -0,0 +1,20 @@
+{
+  "name": "bootstrap-table",
+  "version": "1.0.3",
+  "homepage": "https://github.com/wenzhixin/bootstrap-table",
+  "authors": [
+    "zhixin <wenzhixin2010@gmail.com>"
+  ],
+  "description": "The table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on. The table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich.",
+  "main": "src",
+  "keywords": [
+    "bootstrap",
+    "table",
+    "bootstrap table"
+  ],
+  "license": "MIT",
+  "ignore": [
+    "docs",
+    "assets"
+  ]
+}