forked from alvaro-prieto/colResizable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 762 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
{
"name": "col-resizable",
"description": "Resizable table columns for jQuery",
"homepage": "http://www.bacubacu.com/colresizable",
"keywords": [
"resize",
"columns",
"table",
"table resize",
"resizable columns",
"resize table",
"resize columns",
"colresizable",
"tables",
"drag",
"column",
"jquery",
"resizable"
],
"authors": [
"Alvaro Prieto Lauroba"
],
"main": [
"./colResizable-1.6.js"
],
"dependencies": {
"jquery": ">=1.9.0 <4.0.0"
},
"license": ["MIT", "GPL"],
"repository": {
"type": "git",
"url": "https://github.com/alvaro-prieto/colResizable.git"
}
}