浏览代码

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"
+  ]
+}