Skip to content

Commit

Permalink
Fix info in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Jan 27, 2025
1 parent f341ed7 commit 26a7b05
Showing 1 changed file with 56 additions and 42 deletions.
98 changes: 56 additions & 42 deletions funding.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,63 @@
"phone": "",
"description": "A web framework for building browsed based 3D, VR and AR experiences.",
"webpageUrl": {
"url": "https://aframe.io/",
"wellKnown": ""
"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://aframe.io/",
"wellKnown": ""
},
"repositoryUrl": {
"url": "https://github.com/aframevr/aframe",
"wellKnown": ""
},
"licenses": ["MIT"],
"tags": ["virtualreality", "gamedev", "augmentedreality", "creativecoding", "html", "webxr"]
}],
"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": "Github Sponsorships",
"address": "",
"description": ""
}],
"plans": [{
"guid": "dmarcos",
"status": "Github Sponsorships",
"name": "Community contributions",
"description": "",
"amount": 0,
"currency": "",
"frequency": "",
"channels": []
}],
"history": [{
"year": 2024,
"income": 0,
"expenses": 0,
"taxes": 0,
"currency": "USD",
"description": "Github Sponsorhips"
}]
"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"
}
]
}
}
}

0 comments on commit 26a7b05

Please sign in to comment.