-
Notifications
You must be signed in to change notification settings - Fork 360
/
bower.json
54 lines (54 loc) · 1.19 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "jquery.bootgrid",
"description": "Nice, sleek and intuitive. A grid control especially designed for bootstrap.",
"keywords": [
"grid",
"table",
"data",
"sorting",
"filtering",
"UI",
"component",
"HTML5",
"accessibility",
"bootstrap"
],
"version": "1.3.1",
"authors": [
{
"name": "Rafael Staib",
"email": "[email protected]",
"url": "http://www.rafaelstaib.com"
}
],
"homepage": "http://www.jquery-bootgrid.com",
"repository": {
"type": "git",
"url": "git://github.com/rstaib/jquery-bootgrid.git"
},
"license": "MIT",
"main": [
"dist/jquery.bootgrid.js",
"dist/jquery.bootgrid.css"
],
"ignore": [
"build",
"demo",
"dist/*.nupkg",
"dist/*.zip",
"docs",
"lib",
"test",
"*.nuspec",
".gitattributes",
".gitignore",
".travis.yml",
"bootgrid.jquery.json",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"jquery": ">=1.9.0",
"bootstrap": ">=3.1.1"
}
}