forked from fecgov/fec-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-gov-config.json
More file actions
30 lines (30 loc) · 875 Bytes
/
code-gov-config.json
File metadata and controls
30 lines (30 loc) · 875 Bytes
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
{
"agency": "FEC",
"organization": "Federal Election Commission",
"contact_email": "opensource@fec.gov",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"URL": "https://github.com/fecgov/FEC/blob/master/LICENSE.md",
"name": "CC0"
}
]
},
"GitHub": [
{
"url": "https://github.com",
"token": null,
"public_only": true,
"repos": [
"fecgov/FEC",
"fecgov/openFEC",
"fecgov/fec-cms",
"fecgov/fec-proxy",
"fecgov/fec-eregs",
"fecgov/fec-pattern-library",
"fecgov/fec-infrastructure"
]
}
]
}