-
-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathfunding.json
More file actions
88 lines (88 loc) · 2.34 KB
/
funding.json
File metadata and controls
88 lines (88 loc) · 2.34 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
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Shri Ganesh Jha",
"email": "sgj8434@outlook.com",
"description": "Full Stack Developer and Open Source Maintainer.",
"webpageUrl": {
"url": "https://github.com/TheSGJ"
}
},
"projects": [
{
"guid": "nextjs-toploader",
"name": "nextjs-toploader",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 15 and Next.js 14 and React. It has more than 1 million monthly downloads",
"webpageUrl": {
"url": "https://github.com/TheSGJ/nextjs-toploader"
},
"repositoryUrl": {
"url": "https://github.com/TheSGJ/nextjs-toploader"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"nextjs",
"react",
"nprogress",
"component",
"ui"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/TheSGJ",
"description": "Sponsor via GitHub Sponsors"
},
{
"guid": "buymeacoffee",
"type": "payment-provider",
"address": "https://buymeacoffee.com/thesgj",
"description": "Buy me a coffee"
},
{
"guid": "opencollective",
"type": "payment-provider",
"address": "https://opencollective.com/nextjs-toploader",
"description": "Support via Open Collective"
}
],
"plans": [
{
"guid": "sponsorship-monthly",
"status": "active",
"name": "Monthly Sponsorship",
"description": "Recurring monthly support for the development of nextjs-toploader.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors",
"opencollective"
]
},
{
"guid": "sponsorship-one-time",
"status": "active",
"name": "One-time Donation",
"description": "One-time support for the project.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors",
"buymeacoffee",
"opencollective"
]
}
]
}
}