-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json.example
More file actions
118 lines (118 loc) · 5.71 KB
/
Copy pathconfig.json.example
File metadata and controls
118 lines (118 loc) · 5.71 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"gh_ssh_alias": "github-alias",
"gh_user": "mozillalabs-syncer",
"gh_token": "vewy_vewy_sekret",
"gh_tgt_acct": "mozillalabs",
"repos": {
"bespin": {
"desc": "The Bespin project is building a web-based code editor using the emerging HTML5 standard. The editor is easily extensible with JavaScript and can be used in your own applications.",
"src": "http://hg.mozilla.org/labs/bespin",
"homepage": "http://bespin.mozillalabs.com"
},
"bespinclient": {
"desc": "The Bespin project is building a web-based code editor using the emerging HTML5 standard. The editor is easily extensible with JavaScript and can be used in your own applications.",
"src": "http://hg.mozilla.org/labs/bespinclient",
"homepage": "http://bespin.mozillalabs.com"
},
"bespinserver": {
"desc": "The Bespin project is building a web-based code editor using the emerging HTML5 standard. The editor is easily extensible with JavaScript and can be used in your own applications.",
"src": "http://hg.mozilla.org/labs/bespinserver",
"homepage": "http://bespin.mozillalabs.com"
},
"jetpack": {
"desc": "Jetpack is a project to make it easy to build Firefox add-ons using common web technologies like HTML, JavaScript, and CSS.",
"src": "http://hg.mozilla.org/labs/jetpack",
"homepage": "http://jetpack.mozillalabs.com"
},
"jetpack-sdk": {
"desc": "Jetpack is a project to make it easy to build Firefox add-ons using common web technologies like HTML, JavaScript, and CSS.",
"src": "http://hg.mozilla.org/labs/jetpack-sdk",
"homepage": "http://jetpack.mozillalabs.com"
},
"jsmodules": {
"desc": "sample desc",
"src": "http://hg.mozilla.org/labs/jsmodules",
"homepage": "http://mozillalabs.com"
},
"people": {
"desc": "A Mozilla Labs Experiment: Adds a database of information about people to Firefox.",
"src": "http://hg.mozilla.org/labs/people",
"homepage": "http://mozillalabs.com"
},
"personas": {
"desc": "Personas are easy-to-use themes that let you personalize the look of your Firefox",
"src": "http://hg.mozilla.org/labs/personas",
"homepage": "http://www.getpersonas.com/en-US/"
},
"raindrop": {
"desc": "Raindrop is an exploration in messaging innovation being led by the team responsible for Thunderbird, to explore new ways to use Open Web technologies to create useful, compelling messaging experiences.",
"src": "http://hg.mozilla.org/labs/raindrop",
"homepage": "http://mozillalabs.com/raindrop/"
},
"snowl": {
"desc": "Examined several different ways to integrate online conversations into Firefox's user interface",
"src": "http://hg.mozilla.org/labs/snowl",
"homepage": "http://mozillalabs.com/snowl/"
},
"tabcandy": {
"desc": "TabCandy is a project that helps users deal with the complex ways the modern web is used by providing spatial, touchable groups of tabs and tab groups.",
"src": "http://hg.mozilla.org/labs/tabcandy",
"homepage": "http://www.azarask.in/blog/post/tabcandy/"
},
"testpilot": {
"desc": "Collecting and publishing structured usage data and user feedback through Firefox to build better products",
"src": "http://hg.mozilla.org/labs/testpilot",
"homepage": "http://mozillalabs.com/testpilot/"
},
"testpilot-analysis": {
"desc": "Collecting and publishing structured usage data and user feedback through Firefox to build better products",
"src": "http://hg.mozilla.org/labs/testpilot-analysis",
"homepage": "http://mozillalabs.com/testpilot/"
},
"testpilotweb": {
"desc": "Collecting and publishing structured usage data and user feedback through Firefox to build better products",
"src": "http://hg.mozilla.org/labs/testpilotweb",
"homepage": "http://mozillalabs.com/testpilot/"
},
"weave-backup": {
"desc": "Building services to increase user access and control over personal data and information.",
"src": "http://hg.mozilla.org/labs/weave-backup",
"homepage": "http://mozillalabs.com/sync/"
},
"weave-identity": {
"desc": "Building services to increase user access and control over personal data and information.",
"src": "http://hg.mozilla.org/labs/weave-identity",
"homepage": "http://mozillalabs.com/sync/"
},
"weaveclient-python": {
"desc": "Building services to increase user access and control over personal data and information.",
"src": "http://hg.mozilla.org/labs/weaveclient-python",
"homepage": "http://mozillalabs.com/sync/"
},
"weaveserver-identity": {
"desc": "Building services to increase user access and control over personal data and information.",
"src": "http://hg.mozilla.org/labs/weaveserver-identity",
"homepage": "http://mozillalabs.com/sync/"
},
"weaveserver-obsolote": {
"desc": "Building services to increase user access and control over personal data and information.",
"src": "http://hg.mozilla.org/labs/weaveserver-obsolote",
"homepage": "http://mozillalabs.com/sync/"
},
"weaveserver-openid": {
"desc": "Building services to increase user access and control over personal data and information.",
"src": "http://hg.mozilla.org/labs/weaveserver-openid",
"homepage": "http://mozillalabs.com/sync/"
},
"weaveweb": {
"desc": "Building services to increase user access and control over personal data and information.",
"src": "http://hg.mozilla.org/labs/weaveweb",
"homepage": "http://mozillalabs.com"
},
"webfinger-addon": {
"desc": "",
"src": "http://hg.mozilla.org/labs/webfinger-addon",
"homepage": "http://mozillalabs.com"
}
}
}