forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 744 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 744 Bytes
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
{
"name": "OSF",
"dependencies": {
"jquery": "~1.11.0",
"jquery-ui": "~1.10.4",
"bootstrap": "~3.3.0",
"requirejs": "~2.1.11",
"dropzone": "~3.10.2",
"hgrid": ">=0.2.9",
"moment": "~2.7.0",
"qunit": "~1.14.0",
"sinon": "~1.10.2",
"select2": "~3.5.1",
"jquery-mockjax": "1.5.3",
"raven-js": "~1.1.16",
"sinon-qunit": "~1.0.0",
"typeahead.js": "~0.10.5",
"knockout": "~3.2.0",
"handlebars": "~2.0.0",
"history.js": "~1.8.0",
"bootstrap.growl": "~2.0.1",
"bootbox": "~4.3.0",
"zeroclipboard": "~2.1.6",
"jquery.tagsinput": "~1.3.2",
"jquery-autosize": "~1.18.15",
"x-editable": "~1.5.1",
"slickgrid": "~2.1.0",
"jquery.cookie": "~1.4.1"
}
}