Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add funding.json (#1461) #1462

Merged
merged 13 commits into from
Nov 23, 2024
120 changes: 120 additions & 0 deletions src/public/funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"version": "v1.0.0",

"entity": {
"type": "organisation",
"role": "owner",
"name": "Vue Technology LLC",
"email": "[email protected]",
"phone": "",
"description": "Vue Technology LLC is the legal entity representing Vue's business operations and fund distribution to team members",
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
"webpageUrl": {
"url": "https://vuejs.org",
"wellKnown": ""
}
},

"projects": [
{
"guid": "vuejs",
"name": "Vue.js",
"description": "Vue.js is one of the most widely adopted frontend frameworks, with over 5.5 million weekly downloads and 2 million weekly active users. It is also the technology powering Zerodha's frontend.",
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
"webpageUrl": {
"url": "https://vuejs.org",
"wellKnown": ""
},
"repositoryUrl": {
"url": "https://github.com/vuejs/core",
"wellKnown": "https://github.com/vuejs/core/blob/main/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:MIT"],
"tags": ["frontend", "javascript", "web-development", "ui"]
}
],

"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "other",
"address": "https://github.com/sponsors/yyx990803",
"description": "GitHub supports payment via credit card or invoice-based billing."
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
},
{
"guid": "open-collective",
"type": "other",
"address": "https://opencollective.com/vuejs",
"description": "OpenCollective supports payment via credit card, Google Pay, or US bank ACH transfer."
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
},
{
"guid": "bank-of-america",
"type": "bank",
"address": "",
"description": "For donations via bank transfers, please get in touch for bank details."
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
}
],

"plans": [
{
"guid": "special",
"status": "active",
"name": "Global Special Sponsor",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"description": "Exclusive above-the-fold logo placement on vuejs.org home page / Most prominent logo placement in on the right sidebar of every content page on vuejs.org (3M+ page views per month / 500k+ unique MAU) / Most prominent logo placement in the README and BACKERS files of the vuejs/core repo.",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"amount": 5000,
"currency": "USD",
"frequency": "monthly",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"channels": [
"github-sponsors",
"open-collective",
"bank-of-america"
]
},
{
"guid": "platinum",
"status": "active",
"name": "Platinum Sponsor",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"description": "Logo on the right sidebar of every content page on vuejs.org (3M+ page views per month / 500k+ unique MAU) / Large logo placement on vuejs.org front page + sponsors page + in the README and BACKERS files of the vuejs/core repo.",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"amount": 2000,
"currency": "USD",
"frequency": "monthly",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"channels": [
"github-sponsors",
"open-collective",
"bank-of-america"
]
},
{
"guid": "gold",
"status": "active",
"name": "Gold Sponsor",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"description": "Medium logo placement on vuejs.org front page + sponsors page + in the README and BACKERS files of the vuejs/core repo.",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"amount": 500,
"currency": "USD",
"frequency": "monthly",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"channels": ["github-sponsors", "open-collective"]
},
{
"guid": "silver",
"status": "active",
"name": "Silver Sponsor",
edimitchel marked this conversation as resolved.
Show resolved Hide resolved
"description": "Small logo placement on vuejs.org sponsors page + in the README and BACKERS files of the vuejs/core repo.",
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
"amount": 250,
"currency": "USD",
"frequency": "monthly",
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
"channels": ["github-sponsors", "open-collective"]
},
{
"guid": "bronze",
"status": "active",
"name": "Bronze Sponsor",
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
"description": "Small logo placement in the README and BACKERS files of the vuejs/core repo.",
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
"amount": 100,
"currency": "USD",
"frequency": "monthly",
tisma95 marked this conversation as resolved.
Show resolved Hide resolved
"channels": ["github-sponsors", "open-collective"]
}
],

"history": []
}
}