-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
70 lines (70 loc) · 1.8 KB
/
funding.json
File metadata and controls
70 lines (70 loc) · 1.8 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "whyte25",
"email": "fasifeoluwa3@gmail.com",
"phone": "",
"description": "I built Reusables, a curated collection of production-ready components, hooks, and utilities for faster interface design.",
"webpageUrl": {
"url": "https://reusables.vercel.app"
}
},
"projects": [
{
"guid": "reusables",
"name": "Reusables",
"description": "A curated collection of production-ready components, hooks, and utilities that you can seamlessly integrate into your applications.",
"webpageUrl": {
"url": "https://reusables.vercel.app"
},
"repositoryUrl": {
"url": "https://github.com/whyte25/reusables"
},
"licenses": ["spdx:MIT"],
"tags": [
"components",
"hooks",
"utilities",
"ui",
"react",
"nextjs",
"typescript"
]
}
],
"funding": {
"channels": [
{
"guid": "github",
"type": "other",
"address": "https://github.com/sponsors/whyte25",
"description": "Github Sponsor"
}
],
"plans": [
{
"guid": "one-time-support",
"status": "active",
"name": "One-time Support",
"description": "One-time donation to support the project development",
"amount": 10,
"currency": "USD",
"frequency": "one-time",
"channels": ["github"]
},
{
"guid": "monthly-support",
"status": "active",
"name": "Monthly Support",
"description": "Monthly donation to support ongoing development",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": ["github"]
}
],
"history": null
}
}