Skip to content

Commit b904107

Browse files
Add funding.json
1 parent 9112f20 commit b904107

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

funding.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "organisation",
5+
"role": "owner",
6+
"name": "ZoneMinder Inc",
7+
"email": "[email protected]",
8+
"phone": "16478835483",
9+
"description": "A Canadian corporation to hold and maintain the assets relating to the ZoneMinder CCTV project.",
10+
"webpageUrl": {
11+
"url": "https://zoneminder.com"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "zoneminder",
17+
"name": "ZoneMinder",
18+
"description": "A full-featured, open source, state-of-the-art video surveillance software system.",
19+
"webpageUrl": {
20+
"url": "https://zoneminder.com"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/zoneminder/zoneminder"
24+
},
25+
"licenses": [
26+
"GPL-v2"
27+
],
28+
"tags": [
29+
"video",
30+
"security",
31+
"cameras"
32+
]
33+
}
34+
],
35+
"funding": {
36+
"channels": [
37+
{
38+
"guid": "TD",
39+
"type": "bank",
40+
"address": "Account: 5212751 Transit No: 29842 Institution: 004"
41+
},
42+
{
43+
"guid": "paypal",
44+
"type": "payment-provider",
45+
"address": "[email protected]"
46+
}
47+
],
48+
"plans": [
49+
{
50+
"guid": "myplan",
51+
"status": "active",
52+
"name": "Infrastructure costs, support, development",
53+
"description": "Not really sure this plan part is about.",
54+
"amount": 10000,
55+
"currency": "USD",
56+
"frequency": "yearly",
57+
"channels": [
58+
"TD",
59+
"paypal"
60+
]
61+
}
62+
],
63+
"history": []
64+
}
65+
}

0 commit comments

Comments
 (0)