forked from alvaro-prieto/colResizable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1020 Bytes
/
package.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" : "colResizable",
"version" : "1.3",
"title" : "colResizable",
"author" : {
"name" : "Alvaro Prieto Lauroba",
"url" : "http://quocity.com/colresizable/"
},
"licenses" : [{
"type" : "MIT",
"url" : "MIT-LICENSE.txt"
}, {
"type" : "GPL",
"url" : "GPL-LICENSE.txt"
}
],
"dependencies" : {
"jquery" : "1"
},
"description" : "colResizable is a jQuery plugin designed to enhance HTML tables adding column resizing features by dragging column anchors manually. It is tiny in size and it does not require any other library dependencies such as jQuery-UI or others. It is fully compatible with all major browsers(IE7+, Firefox, Chrome and Opera), and works perfectly with both percentage and pixel-based table layouts. colResizable can also be used as multiple range slider.",
"keywords" : [
"resize",
"resizable",
"columns",
"table"
"range slider"
],
"homepage" : "http://quocity.com/colresizable/",
"files" : [
"colResizable-1.3.min.js",
"./source",
"./samples"
]
}