zoneminder/funding.json

71 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2025-01-03 18:54:39 +00:00
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "ZoneMinder Inc",
"email": "isaac@zoneminder.com",
"phone": "16478835483",
"description": "A Canadian corporation to hold and maintain the assets relating to the ZoneMinder CCTV project.",
"webpageUrl": {
2025-01-03 19:45:53 +00:00
"url": "https://www.zoneminder.com",
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
2025-01-03 18:54:39 +00:00
}
},
"projects": [
{
"guid": "zoneminder",
"name": "ZoneMinder",
"description": "A full-featured, open source, state-of-the-art video surveillance software system.",
"webpageUrl": {
2025-01-03 19:45:53 +00:00
"url": "https://www.zoneminder.com",
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
2025-01-03 18:54:39 +00:00
},
"repositoryUrl": {
2025-01-03 19:45:53 +00:00
"url": "https://github.com/zoneminder/zoneminder",
"wellKnown": "https://github.com/zoneminder/zoneminder/blob/master/.well-known/funding-manifest-urls"
2025-01-03 18:54:39 +00:00
},
"licenses": [
"GPL-v2"
],
"tags": [
"video",
"security",
"cameras"
]
}
],
"funding": {
"channels": [
{
2025-01-03 19:45:53 +00:00
"guid": "bank",
2025-01-03 18:54:39 +00:00
"type": "bank",
2025-01-03 19:45:53 +00:00
"address": "Account: 5212751 Transit No: 29842 Institution: 004",
"description": ""
2025-01-03 18:54:39 +00:00
},
{
"guid": "paypal",
"type": "payment-provider",
2025-01-03 19:45:53 +00:00
"address": "paypal@zoneminder.com",
"description": ""
2025-01-03 18:54:39 +00:00
}
],
"plans": [
{
"guid": "myplan",
"status": "active",
"name": "Infrastructure costs, support, development",
"description": "Not really sure this plan part is about.",
"amount": 10000,
"currency": "USD",
"frequency": "yearly",
"channels": [
2025-01-03 19:45:53 +00:00
"bank",
2025-01-03 18:54:39 +00:00
"paypal"
]
}
],
"history": []
}
}