forked from DARIAEngineering/dcaf_case_management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
civic.json
53 lines (53 loc) · 1.41 KB
/
civic.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
{
"name": "DCAF Case Manager",
"description": "A Rails-based case management system for abortion funds",
"license": "MIT",
"status": "Production",
"homepage": "https://sandbox.dcabortionfnd.org",
"repository": "https://github.com/DCAFEngineering/dcaf_case_management",
"type": "Web App",
"thumbnail": "",
"geography": [
"DC", "District of Columbia",
"MD", "Maryland",
"VA", "Virginia"
],
"contact": {
"name": "Colin Fleming",
"email": "[email protected]",
"url": "http://twitter.com/ridethecatbus"
},
"partners": [
{
"name": "Code for DC",
"email": "",
"url": "http://codefordc.org"
},
{
"name": "DC Abortion Fund",
"email": "",
"url": "http://dcabortionfund.org"
},
{
"name": "Mollie Bates",
"email": "[email protected]",
"url": ""
},
{
"name": "Andrea Dineen",
"email": "[email protected]",
"url": ""
}
],
"data": [],
"tags": [
"Case Management",
"Nonprofit",
"Direct Service",
"Reproductive Rights",
"Abortion",
"Healthcare"
],
"links": [],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}