|
| 1 | +{ |
| 2 | + "version": "v1.0.0", |
| 3 | + "entity": { |
| 4 | + "type": "individual", |
| 5 | + "role": "owner", |
| 6 | + "name": "Thomas Poignant", |
| 7 | + |
| 8 | + "description": "I am the owner and maintainer of GO Feature Flag, a simple, complete and lightweight self-hosted feature flag solution 100% Open Source.", |
| 9 | + "webpageUrl": { |
| 10 | + "url": "https://gofeatureflag.org" |
| 11 | + } |
| 12 | + }, |
| 13 | + |
| 14 | + "projects": [{ |
| 15 | + "guid": "goff", |
| 16 | + "name": "GO Feature Flag", |
| 17 | + "description": "GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution 100% Open Source.", |
| 18 | + "webpageUrl": { |
| 19 | + "url": "https://gofeatureflag.org" |
| 20 | + }, |
| 21 | + "repositoryUrl": { |
| 22 | + "url": "https://github.com/thomaspoignant/go-feature-flag", |
| 23 | + "wellKnown": "https://github.com/thomaspoignant/go-feature-flag/blob/main/.well-known/funding-manifest-urls" |
| 24 | + }, |
| 25 | + "licenses": ["mit"], |
| 26 | + "tags": ["developer-tools", "feature-flags", "feature-flagging", "experimentation"] |
| 27 | + }], |
| 28 | + |
| 29 | + "funding": { |
| 30 | + "channels": [{ |
| 31 | + "guid": "github-sponsors", |
| 32 | + "type": "payment-provider", |
| 33 | + "address": "https://github.com/sponsors/thomaspoignant", |
| 34 | + "description": "Support me on GitHub Sponsors for ongoing development." |
| 35 | + }, |
| 36 | + { |
| 37 | + "guid": "bank-transfer", |
| 38 | + "type": "bank", |
| 39 | + "address": "mailto:[email protected]", |
| 40 | + "description": "If you prefer a wire transfer, please contact GO Feature Flag directly." |
| 41 | + }], |
| 42 | + |
| 43 | + "plans": [ |
| 44 | + { |
| 45 | + "guid": "one-time-support", |
| 46 | + "status": "active", |
| 47 | + "name": "One time Support Plan", |
| 48 | + "description": "Support the ongoing development of GO Feature Flag by making a one-time donation.", |
| 49 | + "amount": 0, |
| 50 | + "currency": "USD", |
| 51 | + "frequency": "one-time", |
| 52 | + "channels": ["github-sponsors"] |
| 53 | + }, |
| 54 | + { |
| 55 | + "guid": "monthly-support", |
| 56 | + "status": "active", |
| 57 | + "name": "Monthly Support Plan", |
| 58 | + "description": "Help GO Feature Flag to be sustainable and make donation every months.", |
| 59 | + "amount": 0, |
| 60 | + "currency": "USD", |
| 61 | + "frequency": "monthly", |
| 62 | + "channels": ["github-sponsors", "bank-transfer"] |
| 63 | + }, |
| 64 | + { |
| 65 | + "guid": "premium-support", |
| 66 | + "status": "active", |
| 67 | + "name": "Premium Support Plan", |
| 68 | + "description": "Help us shape the future of GO Feature Flag with your ideas by making a donation every month.", |
| 69 | + "amount": 800, |
| 70 | + "currency": "USD", |
| 71 | + "frequency": "monthly", |
| 72 | + "channels": ["github-sponsors", "bank-transfer"] |
| 73 | + } |
| 74 | + ], |
| 75 | + |
| 76 | + "history": [{ |
| 77 | + "year": 2024, |
| 78 | + "income": 1955, |
| 79 | + "expenses": 0, |
| 80 | + "taxes": 0, |
| 81 | + "currency": "EUR", |
| 82 | + "description": "GitHub Sponsors for 2024" |
| 83 | + }] |
| 84 | + } |
| 85 | +} |
| 86 | + |
0 commit comments