|
2 | 2 | "totalAmountDonatedThreshold": 200,
|
3 | 3 | "monthlyContributionThreshold": 15,
|
4 | 4 | "disappearCredit": 20,
|
5 |
| - "scoreTierPriceFactor": 0.70, |
| 5 | + "scoreTierPriceFactor": 0.80, |
6 | 6 | "scoreTotalAmountFactor": 0.2,
|
7 | 7 | "tiers": {
|
| 8 | + "backer" : { |
| 9 | + "price": 20, |
| 10 | + "benefits": { |
| 11 | + "showAtSponsorList": true |
| 12 | + }, |
| 13 | + "period": 2 |
| 14 | + }, |
8 | 15 | "bronze": {
|
9 | 16 | "price": 49,
|
10 | 17 | "benefits": {
|
|
15 | 22 | "price": 99,
|
16 | 23 | "benefits": {
|
17 | 24 | "showAtSponsorList": true,
|
18 |
| - "showAtPages": true |
| 25 | + "github": true, |
| 26 | + "showAtPages": false |
19 | 27 | }
|
20 | 28 | },
|
21 | 29 | "gold" : {
|
22 | 30 | "price": 299,
|
23 | 31 | "benefits": {
|
24 | 32 | "showAtSponsorList": true,
|
25 |
| - "showAtPages": true |
| 33 | + "github": true, |
| 34 | + "showAtPages": true, |
| 35 | + "links": 3, |
| 36 | + "video": true, |
| 37 | + "readme": true, |
| 38 | + "crown": true, |
| 39 | + "maxReadmeDescLength": 100 |
26 | 40 | }
|
27 | 41 | },
|
28 | 42 | "platinum" : {
|
29 | 43 | "price": 599,
|
30 | 44 | "benefits": {
|
31 | 45 | "showAtSponsorList": true,
|
32 |
| - "showAtPages": true |
| 46 | + "github": true, |
| 47 | + "showAtPages": true, |
| 48 | + "links": 4, |
| 49 | + "video": true, |
| 50 | + "readme": true, |
| 51 | + "crown": true, |
| 52 | + "maxReadmeDescLength": 150 |
33 | 53 | }
|
34 | 54 | }
|
35 | 55 | },
|
|
51 | 71 | "hide": true
|
52 | 72 | },
|
53 | 73 | "route4me": {
|
| 74 | + "tier": "gold", |
54 | 75 | "image": "/assets/sponsors/route4me.png",
|
| 76 | + "image_dark": "/assets/sponsors/route4me_white.png", |
55 | 77 | "website": "https://route4me.com/",
|
56 | 78 | "displayName": "Route4Me",
|
57 | 79 | "alt": "Route Planner and Route Optimizer",
|
| 80 | + "description": "Best Route Planning And Route Optimization Software", |
58 | 81 | "isActive": true,
|
59 | 82 | "totalAmountDonated": 300,
|
60 | 83 | "createdAt": "2024-07-12 00:00",
|
|
67 | 90 | },
|
68 | 91 | "slotozilla-deutschland" : {
|
69 | 92 | "autoUTMLinks": false
|
| 93 | + }, |
| 94 | + "stytch": { |
| 95 | + "tier": "gold", |
| 96 | + "description": "API-first authentication, authorization, and fraud prevention", |
| 97 | + "image": "/assets/sponsors/stytch.png", |
| 98 | + "image_dark": "/assets/sponsors/stytch_white.png", |
| 99 | + "targetLink": "https://stytch.com/?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=website-link&utm_campaign=axios-http", |
| 100 | + "links": { |
| 101 | + "Website": "https://stytch.com/?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=website-link&utm_campaign=axios-http", |
| 102 | + "Documentation": "https://stytch.com/docs?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=docs-link&utm_campaign=axios-http", |
| 103 | + "Node.js": "https://github.com/stytchauth/stytch-node?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=node-sdk&utm_campaign=axios-http" |
| 104 | + } |
| 105 | + }, |
| 106 | + "descope": { |
| 107 | + "tier": "gold", |
| 108 | + "image": "/assets/sponsors/descope.png", |
| 109 | + "image_dark": "/assets/sponsors/descope_white.png", |
| 110 | + "targetLink": "https://www.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship", |
| 111 | + "links": { |
| 112 | + "Website": "https://www.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship", |
| 113 | + "Documentation": "https://docs.descope.com/?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship", |
| 114 | + "Community": "https://www.descope.com/community?utm_source=axios&utm_medium=referral&utm_campaign=axios-oss-sponsorship" |
| 115 | + } |
| 116 | + }, |
| 117 | + "principal": { |
| 118 | + "tier": "gold", |
| 119 | + "image": "/assets/sponsors/principal.svg" |
70 | 120 | }
|
71 | 121 | }
|
72 | 122 | }
|
0 commit comments