|
| 1 | +{ |
| 2 | + "version": "v1.0.0", |
| 3 | + |
| 4 | + "entity": { |
| 5 | + "type": "organisation", |
| 6 | + "role": "owner", |
| 7 | + "name": "Vue Technology LLC", |
| 8 | + |
| 9 | + "phone": "", |
| 10 | + "description": "Vue Technology LLC is the legal entity representing Vue's business operations and fund distribution to team members", |
| 11 | + "webpageUrl": { |
| 12 | + "url": "https://vuejs.org", |
| 13 | + "wellKnown": "" |
| 14 | + } |
| 15 | + }, |
| 16 | + |
| 17 | + "projects": [ |
| 18 | + { |
| 19 | + "guid": "vuejs", |
| 20 | + "name": "Vue.js", |
| 21 | + "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.", |
| 22 | + "webpageUrl": { |
| 23 | + "url": "https://vuejs.org", |
| 24 | + "wellKnown": "" |
| 25 | + }, |
| 26 | + "repositoryUrl": { |
| 27 | + "url": "https://github.com/vuejs/core", |
| 28 | + "wellKnown": "https://github.com/vuejs/core/blob/main/.well-known/funding-manifest-urls" |
| 29 | + }, |
| 30 | + "licenses": ["spdx:MIT"], |
| 31 | + "tags": ["frontend", "javascript", "web-development", "ui"] |
| 32 | + } |
| 33 | + ], |
| 34 | + |
| 35 | + "funding": { |
| 36 | + "channels": [ |
| 37 | + { |
| 38 | + "guid": "github-sponsors", |
| 39 | + "type": "other", |
| 40 | + "address": "https://github.com/sponsors/yyx990803", |
| 41 | + "description": "GitHub supports payment via credit card or invoice-based billing." |
| 42 | + }, |
| 43 | + { |
| 44 | + "guid": "open-collective", |
| 45 | + "type": "other", |
| 46 | + "address": "https://opencollective.com/vuejs", |
| 47 | + "description": "OpenCollective supports payment via credit card, Google Pay, or US bank ACH transfer." |
| 48 | + }, |
| 49 | + { |
| 50 | + "guid": "bank-of-america", |
| 51 | + "type": "bank", |
| 52 | + "address": "", |
| 53 | + "description": "For donations via bank transfers, please get in touch for bank details." |
| 54 | + } |
| 55 | + ], |
| 56 | + |
| 57 | + "plans": [ |
| 58 | + { |
| 59 | + "guid": "special", |
| 60 | + "status": "active", |
| 61 | + "name": "Global Special Sponsor", |
| 62 | + "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.", |
| 63 | + "amount": 5000, |
| 64 | + "currency": "USD", |
| 65 | + "frequency": "monthly", |
| 66 | + "channels": [ |
| 67 | + "github-sponsors", |
| 68 | + "open-collective", |
| 69 | + "bank-of-america" |
| 70 | + ] |
| 71 | + }, |
| 72 | + { |
| 73 | + "guid": "platinum", |
| 74 | + "status": "active", |
| 75 | + "name": "Platinum Sponsor", |
| 76 | + "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.", |
| 77 | + "amount": 2000, |
| 78 | + "currency": "USD", |
| 79 | + "frequency": "monthly", |
| 80 | + "channels": [ |
| 81 | + "github-sponsors", |
| 82 | + "open-collective", |
| 83 | + "bank-of-america" |
| 84 | + ] |
| 85 | + }, |
| 86 | + { |
| 87 | + "guid": "gold", |
| 88 | + "status": "active", |
| 89 | + "name": "Gold Sponsor", |
| 90 | + "description": "Medium logo placement on vuejs.org front page + sponsors page + in the README and BACKERS files of the vuejs/core repo.", |
| 91 | + "amount": 500, |
| 92 | + "currency": "USD", |
| 93 | + "frequency": "monthly", |
| 94 | + "channels": ["github-sponsors", "open-collective"] |
| 95 | + }, |
| 96 | + { |
| 97 | + "guid": "silver", |
| 98 | + "status": "active", |
| 99 | + "name": "Silver Sponsor", |
| 100 | + "description": "Small logo placement on vuejs.org sponsors page + in the README and BACKERS files of the vuejs/core repo.", |
| 101 | + "amount": 250, |
| 102 | + "currency": "USD", |
| 103 | + "frequency": "monthly", |
| 104 | + "channels": ["github-sponsors", "open-collective"] |
| 105 | + }, |
| 106 | + { |
| 107 | + "guid": "bronze", |
| 108 | + "status": "active", |
| 109 | + "name": "Bronze Sponsor", |
| 110 | + "description": "Small logo placement in the README and BACKERS files of the vuejs/core repo.", |
| 111 | + "amount": 100, |
| 112 | + "currency": "USD", |
| 113 | + "frequency": "monthly", |
| 114 | + "channels": ["github-sponsors", "open-collective"] |
| 115 | + } |
| 116 | + ], |
| 117 | + |
| 118 | + "history": [] |
| 119 | + } |
| 120 | +} |
0 commit comments