-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
funding.json
95 lines (95 loc) · 3.08 KB
/
funding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Karsten Ohme",
"email": "k_o_@users.sourceforge.net",
"description": "I'm a developer specialized in security related projects. I created the first open source project for the GlobalPlatform standard for the installation of smart card applications. I also contributed to BouncyCastle, noteable here I wrote major parts of the current PKI certification path validation logic used in TLS. This is used in Java Enterprise products and was also used as the standard crypto provider in Android until version 8.",
"webpageUrl": {
"url": "https://github.com/kaoh"
}
},
"projects": [
{
"guid": "globalplatform",
"name": "globalplatform",
"description": "The GlobalPlatform card specification is a standard for the management of the contents on a smart card. Mainly this comprises the installation and the removal of applications. Practically these applications are always JavaCard applets. This project offers a C library and a command line shell GPShell.",
"webpageUrl": {
"url": "https://kaoh.github.io/globalplatform",
"wellKnown": "https://kaoh.github.io/globalplatform/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/kaoh/globalplatform"
},
"licenses": [
"spdx:LGPL-3.0"
],
"tags": [
"smart-card",
"globalpatform",
"secure-channel"
]
}
],
"funding": {
"channels": [
{
"guid": "paypal",
"type": "payment-provider",
"address": "wider.stand@gmx.de",
"description": "You can fund us via PayPal with your debit card, credit card or PayPal account"
}
],
"plans": [
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will cover the cost of one developer working part-time on the projects.",
"amount": 1000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"paypal"
]
},
{
"guid": "angel-plan",
"status": "active",
"name": "Goodwill plan",
"description": "Pay anything you wish to show your goodwill for the project.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"paypal"
]
},
{
"guid": "sponsor",
"status": "active",
"name": "Larger contribution for individuals",
"description": "Funds 1 hour of developer work per month.",
"amount": 10,
"currency": "USD",
"frequency": "monthly",
"channels": [
"paypal"
]
},
{
"guid": "backer",
"status": "active",
"name": "Small contribution for individuals",
"description": "Funds 30 minutes of developer work per month.",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": [
"paypal"
]
}
]
}
}