forked from supwisdom/bootstrap-semi-auto-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 886 Bytes
/
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
{
"name": "bootstrap-semi-auto-table",
"version": "1.1.3",
"homepage": "https://github.com/supwisdom/bootstrap-semi-auto-table",
"authors": [
"Daniel Qian <[email protected]>",
"Sun Ke <[email protected]>"
],
"description": "Bootstrap v3 semi-auto table. Support toolbar, paginaion and sort.",
"keywords": [
"bootstrap",
"table",
"toolbar",
"pagination",
"sortable"
],
"license": "MIT",
"moduleType": "globals",
"main": [
"src/less/semi-auto-table.less",
"dist/semi-auto-table.js"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"*.iml",
"src",
"package.json",
"docs",
"_config.yml",
"Gruntfile.js",
"grunt"
],
"dependencies": {
"jquery": ">= 1.9.1",
"bootstrap": "~3.3.4",
"fontawesome": "~4.3.0",
"bootstrap-select": "~1.7.2"
}
}