forked from inveniosoftware/invenio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.6 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
{
"name": "invenio-grunt",
"version": "0.1.0",
"dependencies": {
"bootstrap": "3.1.1",
"jquery": "2.1.0",
"font-awesome": "~4.0.3",
"ckeditor": "latest"
},
"devDependencies": {
"typeahead.js": "0.10.1",
"hogan": "3.0.0",
"jquery-tokeninput": "*",
"MathJax": "v2.1-latest",
"jquery_jeditable": "http://invenio-software.org/download/jquery/v1.5/js/jquery.jeditable.mini.js",
"jquery.treeview": "1.4.1",
"jquery.tablesorter": "http://invenio-software.org/download/jquery/jquery.tablesorter.20111208.zip",
"jqueryui": "1.10.4",
"jquery.ui.timepicker": "http://invenio-software.org/download/jquery/jquery-ui-timepicker-addon-1.0.3.js",
"jquery.multifile": "http://jquery-multifile-plugin.googlecode.com/svn/trunk/jquery.MultiFile.pack.js",
"jquery.ajaxpager": "http://invenio-software.org/download/jquery/v1.5/js/jquery.ajaxPager.js",
"jquery.bookmark": "http://invenio-software.org/download/jquery/jquery.bookmark.package-1.4.0.zip",
"DataTables": "1_9",
"jquery-flot": "*",
"form": "https://raw.github.com/malsup/form/master/jquery.form.js",
"jquery.hotkeys": "*",
"uploadify": "*",
"json2": "*",
"prism": "gh-pages",
"swfobject": "https://github.com/swfobject/swfobject/blob/master/swfobject/swfobject.js",
"datatables-colvis": "*",
"typeahead.js-bootstrap3.less": "0.2.2",
"DataTables-Plugins": "https://github.com/DataTables/Plugins.git",
"plupload": "*",
"bootstrap-switch": "https://github.com/nostalgiaz/bootstrap-switch.git#3.0",
"font-awesome": "*"
},
"resolutions": {
"jquery": "2.1.0"
}
}