forked from ddomingues/X-SlickGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 784 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
{
"name": "X-SlickGrid",
"main": ["slick.core.js", "slick.grid.js", "slick.grid.css"],
"keywords": ["SlickGrid", "grid", "frozen", "fix", "columns", "spreadsheet", "nested"],
"ignore": [
".jshintrc",
"**/*.txt",
"*.json",
"*.markdown",
"*.txt",
".*",
"!LICENSE.txt",
"Gruntfile.js",
"examples",
"tests",
"lib"
],
"dependencies": {
"jquery": "~1.8.3",
"jquery-ui": "~1.8.23",
"jquery.event": "threedubmedia/jquery.threedubmedia#2.2",
"jquery-mousewheel": "jquery/jquery-mousewheel#3.0.6",
"jquery-simulate": "1.0.0",
"jquery.sparkline": "gwatts/jquery.sparkline#2.x.x",
"jquery-jsonp": "jaubourg/jquery-jsonp#2.4.0",
"handlebars": "~2.0.0",
"qunit": "~1.0.0"
},
"devDependencies": {
}
}