-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-registry.json
61 lines (61 loc) · 1.71 KB
/
package-registry.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
{
"packages" : [
{
"path" : "base/package-list.json",
"package-id" : "smart.who.int.base",
"title" : "SMART Base",
"canonical" : "http://smart.who.int/base",
"category" : "base",
"ci-build" : "http://worldhealthorganization.github.io/smart-base",
"version-count" : 1,
"latest" : {
"version" : "0.1.0",
"date" : "2024-10-03",
"path" : "http://smart.who.int/base/0.1.0"
},
"milestone" : {
"version" : "0.1.0",
"date" : "2024-10-03",
"path" : "http://smart.who.int/base/0.1.0"
}
},
{
"path" : "ts/package-list.json",
"package-id" : "smart.who.int.ts",
"title" : "SMART TS",
"canonical" : "http://smart.who.int/ts",
"category" : "base",
"ci-build" : "http://worldhealthorganization.github.io/smart-ts",
"version-count" : 1,
"latest" : {
"version" : "0.1.0",
"date" : "2024-10-04",
"path" : "http://smart.who.int/ts/0.1.0"
},
"milestone" : {
"version" : "0.1.0",
"date" : "2024-10-04",
"path" : "http://smart.who.int/ts/0.1.0"
}
},
{
"path" : "icvp/package-list.json",
"package-id" : "smart.who.int.icvp",
"title" : "ICVP",
"canonical" : "http://smart.who.int/icvp",
"category" : "base",
"ci-build" : "http://worldhealthorganization.github.io/smart-icvp",
"version-count" : 1,
"latest" : {
"version" : "0.1.0",
"date" : "2024-10-07",
"path" : "http://smart.who.int/icvp/0.1.0"
},
"milestone" : {
"version" : "0.1.0",
"date" : "2024-10-07",
"path" : "http://smart.who.int/icvp/0.1.0"
}
}
]
}