-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
72 lines (72 loc) · 3.01 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
66
67
68
69
70
71
72
[submodule "meteor"]
path = meteor
url = https://github.com/meteor/meteor
[submodule "modules/meteor-htmljs/dist"]
path = modules/meteor-htmljs/dist
url = https://github.com/eface2face/meteor-htmljs
[submodule "modules/meteor-id-map/dist"]
path = modules/meteor-id-map/dist
url = https://github.com/eface2face/meteor-id-map
[submodule "modules/meteor-spacebars-compiler/dist"]
path = modules/meteor-spacebars-compiler/dist
url = https://github.com/eface2face/meteor-spacebars-compiler
[submodule "modules/meteor-reactive-var/dist"]
path = modules/meteor-reactive-var/dist
url = https://github.com/eface2face/meteor-reactive-var
[submodule "modules/meteor-spacebars/dist"]
path = modules/meteor-spacebars/dist
url = https://github.com/eface2face/meteor-spacebars
[submodule "modules/meteor-random/dist"]
path = modules/meteor-random/dist
url = https://github.com/eface2face/meteor-random
[submodule "modules/meteor-ordered-dict/dist"]
path = modules/meteor-ordered-dict/dist
url = https://github.com/eface2face/meteor-ordered-dict
[submodule "modules/meteor-blaze/dist"]
path = modules/meteor-blaze/dist
url = https://github.com/eface2face/meteor-blaze
[submodule "modules/meteor-base64/dist"]
path = modules/meteor-base64/dist
url = https://github.com/eface2face/meteor-base64
[submodule "modules/meteor-html-tools/dist"]
path = modules/meteor-html-tools/dist
url = https://github.com/eface2face/meteor-html-tools
[submodule "modules/meteor-ejson/dist"]
path = modules/meteor-ejson/dist
url = https://github.com/eface2face/meteor-ejson
[submodule "modules/meteor-observe-sequence/dist"]
path = modules/meteor-observe-sequence/dist
url = https://github.com/eface2face/meteor-observe-sequence
[submodule "modules/meteor-blaze-tools/dist"]
path = modules/meteor-blaze-tools/dist
url = https://github.com/eface2face/meteor-blaze-tools
[submodule "modules/meteor-minimongo/dist"]
path = modules/meteor-minimongo/dist
url = https://github.com/eface2face/meteor-minimongo
[submodule "modules/meteor-tracker/dist"]
path = modules/meteor-tracker/dist
url = https://github.com/eface2face/meteor-tracker
[submodule "modules/meteor-core/dist"]
path = modules/meteor-core/dist
url = https://github.com/eface2face/meteor-core
[submodule "modules/meteor-templating/dist"]
path = modules/meteor-templating/dist
url = https://github.com/eface2face/meteor-templating
[submodule "client"]
path = client
url = [email protected]:eface2face/meteor-client.git
[submodule "plugin"]
path = plugin
url = [email protected]:eface2face/jquery-meteor-blaze.git
[submodule "spacebars-compiler"]
path = spacebars-compiler
url = [email protected]:eface2face/spacebars-compiler.git
[submodule "ext/meteor-object-map"]
path = ext/meteor-object-map
url = [email protected]:eface2face/meteor-object-map.git
[submodule "ext/meteor-reactive-object-map"]
path = ext/meteor-reactive-object-map
url = [email protected]:eface2face/meteor-reactive-object-map.git
[submodule "modules/meteor-mongo-id/dist"]
path = modules/meteor-mongo-id/dist
url = [email protected]:eface2face/meteor-mongo-id.git