-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
51 lines (51 loc) · 1.83 KB
/
.gitmodules
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
43
44
45
46
47
48
49
50
51
[submodule "buildkit"]
path = buildkit
url = https://github.com/netj/buildkit.git
[submodule "gui/bootstrap"]
path = gui/extern/bootstrap
url = https://github.com/twbs/bootstrap.git
[submodule "gui/Font-Awesome"]
path = gui/extern/Font-Awesome
url = https://github.com/FortAwesome/Font-Awesome.git
[submodule "gui/underscore"]
path = gui/extern/underscore
url = https://github.com/documentcloud/underscore.git
[submodule "gui/jsrender"]
path = gui/extern/jsrender
url = https://github.com/BorisMoore/jsrender.git
[submodule "gui/jquery-ui"]
path = gui/extern/jquery-ui
url = https://github.com/jquery/jquery-ui.git
[submodule "gui/jquery.appear"]
path = gui/extern/jquery.appear
url = https://github.com/morr/jquery.appear.git
[submodule "gui/DataTables"]
path = gui/extern/DataTables
url = https://github.com/DataTables/DataTables.git
[submodule "gui/DataTables.Plugins"]
path = gui/extern/DataTables.Plugins
url = https://github.com/netj/DataTables.Plugins.git
[submodule "gui/DataTables.ColReorder"]
path = gui/extern/DataTables.ColReorder
url = https://github.com/netj/DataTables.ColReorder.git
[submodule "gui/DataTables.Scroller"]
path = gui/extern/DataTables.Scroller
url = https://github.com/netj/DataTables.Scroller.git
[submodule "gui/d3"]
path = gui/extern/d3
url = https://github.com/mbostock/d3.git
[submodule "gui/Numeral-js"]
path = gui/extern/Numeral-js
url = https://github.com/adamwdraper/Numeral-js.git
[submodule "gui/knockout"]
path = gui/extern/knockout
url = https://github.com/knockout/knockout.git
[submodule "docs/markdown-diff"]
path = docs/markdown-diff
url = https://github.com/netj/markdown-diff.git
[submodule "gui/extern/requirejs"]
path = gui/extern/requirejs
url = https://github.com/jrburke/requirejs.git
[submodule "gui/extern/jquery"]
path = gui/extern/jquery
url = https://github.com/jquery/jquery.git