-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfunding.json
More file actions
66 lines (66 loc) · 1.96 KB
/
funding.json
File metadata and controls
66 lines (66 loc) · 1.96 KB
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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Sergey Shandar",
"email": "[email protected]",
"description": "Sergey is the main author of FunctionalScript.",
"webpageUrl": {
"url": "https://github.com/functionalscript/functionalscript"
}
},
"projects": [
{
"guid": "functionalscript",
"name": "FunctionalScript",
"description": "FunctionalScript is a purely functional safe subset of JavaScript",
"webpageUrl": {
"url": "https://github.com/functionalscript/functionalscript"
},
"repositoryUrl": {
"url": "https://github.com/functionalscript/functionalscript"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"programming",
"web-development",
"software-engineering",
"developer-tools",
"programming-language",
"cryptography",
"smart-contract"
]
}
],
"funding": {
"channels": [
{
"guid": "github",
"type": "other",
"address": "https://github.com/sponsors/sergey-shandar"
},
{
"guid": "opencollective",
"type": "other",
"address": "https://opencollective.com/functionalscript"
}
],
"plans": [
{
"guid": "nanvm",
"status": "active",
"name": "NaNVM",
"description": "NaNVM is a virtual machine for the FunctionalScript",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github"
]
}
]
}
}