-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfunding.json
More file actions
58 lines (58 loc) · 1.54 KB
/
funding.json
File metadata and controls
58 lines (58 loc) · 1.54 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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "maintainer",
"name": "DOTENVX LLC",
"email": "mot@dotenv.org",
"description": "Loads environment variables from .env for nodejs projects.",
"webpageUrl": {
"url": "https://dotenv.org"
}
},
"projects": [{
"guid": "dotenv",
"name": "dotenv",
"description": "Loads environment variables from .env for nodejs projects.",
"webpageUrl": {
"url": "https://dotenv.org"
},
"repositoryUrl": {
"url": "https://dotenv.org/repo"
},
"licenses": ["spdx:GPL-3.0"],
"tags": ["security", "devops", "developer-tools", "cryptography", "web-development", "env", "dotenv", "config"]
}],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/motdotla",
"description": "GitHub Sponsors"
}
],
"plans": [
{
"guid": "individual",
"status": "active",
"name": "individual",
"description": "Thank you for sponsoring dotenv as an individual.",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
},
{
"guid": "company",
"status": "active",
"name": "company",
"description": "Thank you for sponsoring dotenv as a company.",
"amount": 600,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
}
]
}
}