-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfunding.json
More file actions
63 lines (63 loc) · 1.56 KB
/
funding.json
File metadata and controls
63 lines (63 loc) · 1.56 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Mohd Kaif",
"email": "kaifmohd2014@gmail.com",
"phone": "+919336834706",
"description": "Working as a full stack developer at SAP while pursuing M.tech in software engineering from BITS Pilani. ",
"webpageUrl": {
"url": "https://linktr.ee/mohdkaif0"
}
},
"projects": [
{
"guid": "create-polyglot",
"name": "Create Polyglot",
"description": "Scaffold polyglot microservice monorepos with built-in templates for Node, Python, Go, and more.",
"webpageUrl": {
"url": "https://kaifcoder.github.io/create-polyglot/"
},
"repositoryUrl": {
"url": "https://github.com/kaifcoder/create-polyglot"
},
"licenses": [
"MIT"
],
"tags": [
"npm",
"microservice",
"nx",
"turborepo",
"python",
"node",
"scripting"
]
}
],
"funding": {
"channels": [
{
"guid": "mybank",
"type": "bank",
"description": "contact me on my email (kaifmohd2014@gmail.com) to get account details "
}
],
"plans": [
{
"guid": "mybank-dev-support",
"status": "active",
"name": "Development Support Plan",
"description": "This will cover the cost of one developer working part-time on the project",
"amount": 200,
"currency": "USD",
"frequency": "monthly",
"channels": [
"mybank"
]
}
],
"history": []
}
}