-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrepos-config.json
More file actions
44 lines (44 loc) · 1.02 KB
/
repos-config.json
File metadata and controls
44 lines (44 loc) · 1.02 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
{
"repositories": [
{
"name": "engine",
"url": "https://github.com/playcanvas/engine.git",
"branch": "release-2.17"
},
{
"name": "engine-v1",
"url": "https://github.com/playcanvas/engine.git",
"branch": "release-1.77"
},
{
"name": "pcui",
"url": "https://github.com/playcanvas/pcui.git",
"branch": "main"
},
{
"name": "observer",
"url": "https://github.com/playcanvas/playcanvas-observer.git",
"branch": "main"
},
{
"name": "editor-api",
"url": "https://github.com/playcanvas/editor-api.git",
"branch": "main"
},
{
"name": "pcui-graph",
"url": "https://github.com/playcanvas/pcui-graph.git",
"branch": "main"
},
{
"name": "web-components",
"url": "https://github.com/playcanvas/web-components.git",
"branch": "main"
},
{
"name": "splat-transform",
"url": "https://github.com/playcanvas/splat-transform.git",
"branch": "main"
}
]
}