This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
executable file
·69 lines (69 loc) · 1.85 KB
/
db.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
{
"group_index": {
"bundle": [
"eventmap",
"freeboard",
"simpledoc",
"simpletasks"
],
"plug": [
"example_repo_item"
]
},
"tag_index": {},
"items": {
"eventmap": {
"name": "EventMap",
"slug": "eventmap",
"type": "bundle",
"description": "simple map of events.",
"versions": [
"3086eab26077",
"bd94b70e0edc",
"fc2d3982c1eb"
]
},
"example_repo_item": {
"name": "Example Repo Item",
"slug": "example_repo_item",
"type": "plug",
"description": "This is example repo item with build file for testing build system",
"versions": [
"c50298445e4e"
]
},
"freeboard": {
"name": "Freeboard",
"slug": "freeboard",
"type": "bundle",
"description": "Freeboard is a canvas for your ideas.",
"versions": [
"3086eab26077",
"bd94b70e0edc",
"fc2d3982c1eb"
]
},
"simpledoc": {
"name": "SimpleDoc",
"slug": "simpledoc",
"type": "bundle",
"description": "Simple Document editor.",
"versions": [
"3086eab26077",
"bd94b70e0edc",
"fc2d3982c1eb"
]
},
"simpletasks": {
"name": "SimpleTasks",
"slug": "simpletasks",
"type": "bundle",
"description": "Simple kanban board for managing your tasks.",
"versions": [
"3086eab26077",
"bd94b70e0edc",
"fc2d3982c1eb"
]
}
}
}