-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
42 lines (42 loc) · 985 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
37
38
39
40
41
42
{
"name": "datal",
"version": "1.0.1",
"homepage": "https://github.com/datal-org/datal",
"authors": [
"Gaston Avila <avila.gas@gmail.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components/bower_components",
"test",
"tests"
],
"dependencies": {
"backbone.epoxy": "~1.3.1",
"backbone.paginator": "~2.0.2",
"backbone": "1.2.3",
"backgrid-filter": "~0.3.5",
"backgrid-paginator": "~0.3.5",
"backgrid-select-all": "~0.3.5",
"backgrid-text-cell": "~0.3.5",
"handsontable": "~0.20.0",
"jquery.cookie": "~1.4.1",
"underscore": ">= 1.8.3",
"c3": "~0.4.10",
"jquery": "1.11.2",
"jquery-ui": "~1.11.4",
"jquery-file-upload": "~9.11.2",
"backbone-validation": "0.11.5",
"bootstrap-sass": "~3.3.6",
"hash-tabs": "*"
},
"resolutions": {
"jquery": "1.11.2",
"backbone": "1.2.3",
"underscore": ">= 1.8.3"
}
}