-
-
Notifications
You must be signed in to change notification settings - Fork 259
/
funding.json
75 lines (75 loc) · 1.89 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "AkhileshNS",
"email": "[email protected]",
"phone": "",
"description": "Heyyo, my name is Akhilesh. I'm a software engineer trying to build useful tools for the community. Most of my work usually revolves around the web but I tend to build towards whatever fascinates me. Please support my work here 🙏. Much appreciated",
"webpageUrl": {
"url": "https://github.com/AkhileshNS",
"wellKnown": ""
}
},
"projects": [
{
"guid": "heroku-deploy",
"name": "Heroku Deploy",
"description": "This is a very simple GitHub action that allows you to deploy to Heroku",
"webpageUrl": {
"url": "https://github.com/AkhileshNS/heroku-deploy"
},
"repositoryUrl": {
"url": "https://github.com/AkhileshNS/heroku-deploy",
"wellKnown": ""
},
"licenses": [
"MIT"
],
"tags": [
"github",
"heroku",
"heroku-deployment",
"github-actions"
]
}
],
"funding": {
"channels": [
{
"guid": "github",
"type": "other",
"address": "https://github.com/sponsors/AkhileshNS",
"description": "You can support me through GitHub Sponsors"
}
],
"plans": [
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will support a part-time software developer working on Heroku Deploy: Fixing issues, keeping the tool updated, etc.",
"amount": 1000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github"
]
},
{
"guid": "hosting-monthly",
"status": "active",
"name": "Heroku hosting support",
"description": "This will cover the monthly Heroku hosting costs for testing that the tool properly deploys to Heroku",
"amount": 20,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github"
]
}
],
"history": []
}
}