forked from zotero/zotero
-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitmodules
65 lines (65 loc) · 2.09 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[submodule "translators"]
path = translators
url = https://github.com/Juris-M/translators.git
branch = master
[submodule "chrome/content/zotero/locale/csl"]
path = chrome/content/zotero/locale/csl
url = https://github.com/citation-style-language/locales.git
branch = master
[submodule "styles"]
path = styles
url = https://github.com/Juris-M/jm-styles.git
branch = master
[submodule "test/resource/chai"]
path = test/resource/chai
url = https://github.com/chaijs/chai.git
branch = 4.x.x
[submodule "test/resource/mocha"]
path = test/resource/mocha
url = https://github.com/mochajs/mocha.git
branch = master
[submodule "test/resource/chai-as-promised"]
path = test/resource/chai-as-promised
url = https://github.com/domenic/chai-as-promised.git
branch = master
[submodule "resource/schema/global"]
path = resource/schema/global
url = https://github.com/Juris-M/zotero-schema.git
branch = master
[submodule "deployer"]
path = deployer
url = https://github.com/Juris-M/deployer.git
branch = master
[submodule "resource/style-modules"]
path = style-modules
url = https://github.com/Juris-M/style-modules.git
branch = master
[submodule "juris-desc"]
path = juris-desc
url = https://github.com/Juris-M/legal-resource-registry.git
branch = master
[submodule "juris-abbrevs"]
path = juris-abbrevs
url = https://github.com/Juris-M/jurism-abbreviations.git
branch = master
[submodule "resource/SingleFile"]
path = resource/SingleFile
url = https://github.com/gildas-lormeau/SingleFile.git
[submodule "pdf-reader"]
path = pdf-reader
url = https://github.com/zotero/pdf-reader.git
branch = master
[submodule "pdf-worker"]
path = pdf-worker
url = https://github.com/zotero/pdf-worker.git
branch = master
[submodule "note-editor"]
path = note-editor
url = https://github.com/zotero/note-editor.git
branch = master
[submodule "chrome/content/zotero/xpcom/utilities"]
path = chrome/content/zotero/xpcom/utilities
url = https://github.com/Juris-M/utilities.git
[submodule "chrome/content/zotero/xpcom/translate"]
path = chrome/content/zotero/xpcom/translate
url = https://github.com/Juris-M/translate.git