-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathbower.json
36 lines (36 loc) · 850 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
{
"name": "RWD-Table-Patterns",
"description": "This is an awesome solution for responsive tables with complex data.",
"version": "6.1.3",
"keywords": [
"RWD",
"responsive",
"tables",
"mobile-first",
"bootstrap"
],
"homepage": "http://gergeo.se/RWD-Table-Patterns",
"authors": [
"Nadan Gergeo <[email protected]> (www.blimp.se)",
"Lucas Wiener <[email protected]> (www.blimp.se)",
"Maggie Wachs (www.filamentgroup.com)",
"Ryan Hafer <[email protected]> (ryansh100.github.io)"
],
"repository": {
"type": "git",
"url": "https://github.com/nadangergeo/RWD-Table-Patterns.git"
},
"license": "MIT",
"main": [
"dist/js/rwd-table.js",
"dist/css/rwd-table.css"
],
"ignore": [
".*",
"docs"
],
"dependencies": {
"jquery": ">=1.10.1",
"bootstrap": ">=5.2.0"
}
}