forked from ddev/ddev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
110 lines (102 loc) · 3.36 KB
/
funding.json
File metadata and controls
110 lines (102 loc) · 3.36 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "maintainer",
"name": "DDEV Foundation",
"email": "accounts@ddev.com",
"phone": "1-970-462-7450",
"description": "Maintainer of DDEV open-source web development toolkit. US 501(c)(3) nonprofit",
"webpageUrl": {
"url": "https://ddev.com/foundation",
"wellKnown": "https://ddev.com/.well-known/funding-manifest-urls"
}
},
"projects": [{
"guid": "ddev",
"name": "DDEV",
"description": "Open-source web developer tool, allows PHP and Node.js developers to build their entire project on local machine,and for teams to share the exact configuration",
"webpageUrl": {
"url": "https://ddev.com",
"wellKnown": "https://ddev.com/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/ddev/ddev",
"wellKnown": "https://github.com/ddev/ddev/blob/main/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:Apache-2.0"],
"tags": ["development", "developer-tools", "web-development"]
}],
"funding": {
"channels": [
{
"guid": "check",
"type": "cheque",
"address": "DDEV Foundation, 848 Montclair Dr, Palisade, CO 81526 USA",
"description": ""
},
{
"guid": "bank-wire",
"type": "bank",
"address": "Bank Name: Wells Fargo Bank,420 Montgomery St, SF, CA 94104, Account Name: DDEV Foundation, Routing Number: 102000076, Contact for account number or Swift",
"description": ""
},
{
"guid": "ach",
"type": "bank",
"address": "Bank Name: Wells Fargo Bank,420 Montgomery St, SF, CA 94104, Account Name: DDEV Foundation, Routing Number: 102000076, Contact for account number",
"description": ""
},
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/ddev",
"description": "GitHub Sponsors"
},
{
"guid": "paypal",
"type": "payment-provider",
"address": "accounts@ddev.com",
"description": ""
},
{
"guid": "invoice",
"type": "other",
"address": "accounts@ddev.com",
"description": "We are happy to invoice your organization monthly or annually, and provide various transfer options there."
}
],
"plans": [
{
"guid": "partner",
"status": "active",
"name": "partner",
"description": "Key funding plan for agencies, CMS organizations, hosting organizations",
"amount": 2000,
"currency": "USD",
"frequency": "monthly",
"channels": ["ach", "bank-wire", "check", "github-sponsors", "paypal", "invoice"]
},
{
"guid": "agency",
"status": "active",
"name": "agency",
"description": "agency-level funding",
"amount": 100,
"currency": "USD",
"frequency": "monthly",
"channels": ["ach", "bank-wire", "check", "github-sponsors", "paypal", "invoice"]
},
{
"guid": "individual",
"status": "active",
"name": "individual",
"description": "individual funding",
"amount": 25,
"currency": "USD",
"frequency": "monthly",
"channels": ["ach", "bank-wire", "check", "github-sponsors", "paypal", "invoice"]
}
]
}
}