forked from wenzhixin/bootstrap-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
61 lines (61 loc) · 2.22 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "bootstrap-table",
"version": "1.6.0",
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"authors": [
"zhixin <wenzhixin2010@gmail.com>"
],
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
"main": [
"src/bootstrap-table.js",
"src/bootstrap-table.css",
"src/extensions/filter/bootstrap-table-filter.js",
"src/extensions/editable/bootstrap-table-editable.js",
"src/extensions/export/bootstrap-table-export.js",
"src/extensions/flatJSON/bootstrap-table-flatJSON.js",
"src/locale/bootstrap-table-zh-CN.js",
"src/locale/bootstrap-table-da-DK.js",
"src/locale/bootstrap-table-el-GR.js",
"src/locale/bootstrap-table-hu-HU.js",
"src/locale/bootstrap-table-en-US.js",
"src/locale/bootstrap-table-pt-PT.js",
"src/locale/bootstrap-table-zh-TW.js",
"src/locale/bootstrap-table-pl-PL.js",
"src/locale/bootstrap-table-ja-JP.js",
"src/locale/bootstrap-table-sv-SE.js",
"src/locale/bootstrap-table-ko-KR.js",
"src/locale/bootstrap-table-nl-NL.js",
"src/locale/bootstrap-table-es-CR.js",
"src/locale/bootstrap-table-sk-SK.js",
"src/locale/bootstrap-table-ru-RU.js",
"src/locale/bootstrap-table-es-AR.js",
"src/locale/bootstrap-table-ur-PK.js",
"src/locale/bootstrap-table-it-IT.js",
"src/locale/bootstrap-table-pt-BR.js",
"src/locale/bootstrap-table-es-NI.js",
"src/locale/bootstrap-table-tr-TR.js",
"src/locale/bootstrap-table-uk-UA.js",
"src/locale/bootstrap-table-ms-MY.js",
"src/locale/bootstrap-table-fr-FR.js",
"src/locale/bootstrap-table-vi-VN.js",
"src/locale/bootstrap-table-th-TH.js",
"src/locale/bootstrap-table-cs-CZ.js",
"src/locale/bootstrap-table-de-DE.js",
"src/locale/bootstrap-table-fr-BE.js"
],
"keywords": [
"bootstrap",
"table",
"bootstrap table"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"assets"
]
}