-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackages.json
123 lines (123 loc) · 3.05 KB
/
packages.json
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
119
120
121
122
123
{
"packages": [
{
"id": "github",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-github",
"icon": "images/github.png"
},
{
"id": "data",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-data",
"icon": "images/_default.png"
},
{
"id": "showdown",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-showdown",
"icon": "images/showdown.png"
},
{
"id": "doxygen",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-doxygen",
"icon": "images/doxygen.png"
},
{
"id": "ros",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-ros",
"icon": "images/ros.png"
},
{
"id": "duckietown",
"git_provider": "github.com",
"git_owner": "duckietown",
"git_repository": "compose-pkg-duckietown",
"icon": "images/duckietown.png"
},
{
"id": "duckietown_diagnostics",
"git_provider": "github.com",
"git_owner": "duckietown",
"git_repository": "compose-pkg-duckietown-diagnostics",
"icon": "images/duckietown_diagnostics.png"
},
{
"id": "duckietown_storage",
"git_provider": "github.com",
"git_owner": "duckietown",
"git_repository": "compose-pkg-duckietown-storage",
"icon": "images/duckietown_storage.png"
},
{
"id": "duckietown_ros",
"git_provider": "github.com",
"git_owner": "duckietown",
"git_repository": "compose-pkg-duckietown-ros",
"icon": "images/duckietown_ros.png"
},
{
"id": "duckietown_duckiebot",
"git_provider": "github.com",
"git_owner": "duckietown",
"git_repository": "compose-pkg-duckietown-duckiebot",
"icon": "images/duckietown_duckiebot.png"
},
{
"id": "duckietown_duckiedrone",
"git_provider": "github.com",
"git_owner": "duckietown",
"git_repository": "compose-pkg-duckietown-duckiedrone",
"icon": "images/duckietown_duckiedrone.png"
},
{
"id": "duckietown_blockly",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-duckietown-blockly",
"icon": "images/duckietown_blockly.png"
},
{
"id": "vscode",
"git_provider": "github.com",
"git_owner": "duckietown",
"git_repository": "compose-pkg-vscode",
"icon": "images/vscode.png"
},
{
"id": "aido_common",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-aido-common",
"icon": "images/aido_common.png"
},
{
"id": "aido_participant",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-aido-participant",
"icon": "images/aido_participant.png"
},
{
"id": "portainer",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-portainer",
"icon": "images/portainer.png"
},
{
"id": "elfinder",
"git_provider": "github.com",
"git_owner": "afdaniele",
"git_repository": "compose-pkg-elfinder",
"icon": "images/elfinder.png"
}
]
}