forked from thetbw/jquery-resizable-columns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 837 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": "jquery-resizable-columns",
"main": "dist/jquery.resizableColumns.min.js",
"version": "0.2.3",
"homepage": "http://dobtco.github.io/jquery-resizable-columns/",
"authors": [
"Adam Becker <[email protected]> (http://ada.mbecker.cc)",
"Craig Michael Thompson <[email protected]> (http://craigsworks.com)"
],
"main": [
"dist/jquery.resizableColumns.js",
"dist/jquery.resizableColumns.css"
],
"description": "Resizable table columns for jQuery",
"keywords": [
"jquery",
"resizable-columns-table",
"resizable-columns",
"html",
"table resize",
"resizable columns",
"resizable",
"adam becker"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^1.9.0"
}
}