-
-
Notifications
You must be signed in to change notification settings - Fork 4k
/
Copy pathfunding.json
70 lines (70 loc) · 1.5 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "A-Frame",
"email": "[email protected]",
"phone": "",
"description": "A web framework for building browsed based 3D, VR and AR experiences.",
"webpageUrl": {
"url": "https://github.com/aframevr/aframe"
}
},
"projects": [
{
"guid": "a-frame",
"name": "A-Frame",
"description": "A web framework for building browsed based 3D, VR and AR experiences",
"webpageUrl": {
"url": "https://github.com/aframevr/aframe"
},
"repositoryUrl": {
"url": "https://github.com/aframevr/aframe"
},
"licenses": [
"MIT"
],
"tags": [
"virtualreality",
"gamedev",
"augmentedreality",
"creativecoding",
"html",
"webxr"
]
}
],
"funding": {
"channels": [
{
"guid": "dmarcos",
"type": "payment-provider",
"address": "",
"description": "Github Sponsorships"
}
],
"plans": [
{
"guid": "dmarcos",
"status": "active",
"name": "Community contributions",
"description": "",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": []
}
],
"history": [
{
"year": 2024,
"income": 0,
"expenses": 0,
"taxes": 0,
"currency": "USD",
"description": "Github Sponsorhips"
}
]
}
}