-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
funding.json
133 lines (133 loc) · 4.38 KB
/
funding.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"guid": "rad-ui",
"version": "v1.0.0",
"url": "https://www.rad-ui.com/",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Rad UI",
"email": "[email protected]",
"phone": "",
"description": "The goal of Rad UI is to provide a set of high-quality, customizable UI components that can be used to build modern, fast, performant, accessible React applications. Building UI components is hard and unstructured, and Rad UI aims to make it easier.",
"webpageUrl": {
"url": "https://www.rad-ui.com/"
}
},
"projects": [
{
"guid": "rad-ui",
"name": "Rad UI",
"description": "Rad UI is an open-source, headless UI component library for building modern, fast, performant, accessible React applications",
"webpageUrl": {
"url": "https://www.rad-ui.com/"
},
"repositoryUrl": {
"url": "https://github.com/rad-ui/ui",
"wellKnown": "https://github.com/rad-ui/ui/blob/main/.well-known/funding-manifest-urls"
},
"licenses": [
"MIT"
],
"tags": [
"programming"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/rad-ui",
"description": ""
}
],
"plans": [
{
"guid": "individual-small",
"status": "active",
"name": "Small Donation for Individuals",
"description": "If you're a Rad UI user and would like to help with a small recurring donation that should be easy for you to maintain over time.",
"amount": 2,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "individual-medium",
"status": "active",
"name": "Medium Donation for Individuals",
"description": "If you're a Rad UI user and would like to help with a medium recurring donation that should be easy for you to maintain over time.",
"amount": 10,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "individual-large",
"status": "active",
"name": "Medium Donation for Individuals",
"description": "If you're a Rad UI user and would like to help with a large recurring donation that should be easy for you to maintain over time.",
"amount": 50,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "company-small",
"status": "active",
"name": "Small Donation for Companies",
"description": "If your company uses Rad UI or is a supporter of Free and Open Source Software, this recurring donation should be easy for you to maintain over time.",
"amount": 100,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "company-medium",
"status": "active",
"name": "Medium Donation for Companies",
"description": "If your company uses Rad UI or is a supporter of Free and Open Source Software, this recurring donation should be easy for you to maintain over time.",
"amount": 250,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "company-large",
"status": "active",
"name": "Large Donation for Companies",
"description": "With this donation we'll put up your logo on our website. Contact us beforehand if you're interested in this level of donation.",
"amount": 1000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "company-sponsor",
"status": "active",
"name": "Become a Rad UI Sponsor",
"description": "With this donation we'll put up your logo on our website along with case studies on how Rad UI is has been beneficial to your company. Contact us beforehand if you're interested in this level of donation.",
"amount": 3000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
}
],
"history": []
}
}