This repository was archived by the owner on Jul 27, 2020. It is now read-only.
forked from fjorba/invenio
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
37 lines (37 loc) · 1.63 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
{
"name": "invenio-grunt",
"version": "0.1.0",
"dependencies": {
"bootstrap": "3.0.2",
"jquery": "2.0.3"
},
"devDependencies": {
"typeahead.js": "*",
"hogan": "3.0.0",
"jquery-tokeninput": "*",
"ckeditor": "http://invenio-software.org/download/ckeditor/ckeditor_3.6.6.zip",
"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",
"jquery.ui": "1-8-stable",
"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": "https://github.com/LeaVerou/prism/blob/gh-pages/prism.js",
"swfobject": "https://github.com/swfobject/swfobject/blob/master/swfobject/swfobject.js",
"datatables-colvis": "*",
"typeahead.js-bootstrap": "https://raw.github.com/jharding/typeahead.js-bootstrap.css/master/typeahead.js-bootstrap.css",
"DataTables-Plugins": "https://github.com/DataTables/Plugins.git"
},
"resolutions": {
"jquery": "2.0.3"
}
}