-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.json
More file actions
35 lines (35 loc) · 1.09 KB
/
Copy pathcomponents.json
File metadata and controls
35 lines (35 loc) · 1.09 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
{
"open-pdc": {
"title": "Open PDC",
"plugins": [
{
"name": "Plugin PDC - Basis",
"description": "",
"owner": "Gemeente Buren",
"type": "plugin",
"host": "bitbucket",
"private": true,
"slug": "pdc-base",
"url": "",
"branch": "master",
"method": "downloads"
}
]
},
"datainmap": {
"title": "Data In Map",
"plugins": [
{
"name": "Data In Map",
"description": "Data In Map is een plugin voor het ontsluiten van informatie door middel van geografische kaarten.",
"owner": "Gemeente Heerenveen",
"type": "plugin",
"host": "direct",
"private": false,
"slug": "gh-datainmap",
"url": "https://bitbucket.org/gemeenteheerenveen/datainmap-plugin/downloads/gh-datainmap-latest.zip",
"method": "direct"
}
]
}
}