zoneminder/funding.json

71 lines
1.8 KiB
JSON

{
"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": {
"url": "https://www.zoneminder.com",
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "zoneminder",
"name": "ZoneMinder",
"description": "A full-featured, open source, state-of-the-art video surveillance software system.",
"webpageUrl": {
"url": "https://www.zoneminder.com",
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/zoneminder/zoneminder",
"wellKnown": "https://github.com/zoneminder/zoneminder/blob/master/.well-known/funding-manifest-urls"
},
"licenses": [
"GPL-v2"
],
"tags": [
"video",
"security",
"cameras"
]
}
],
"funding": {
"channels": [
{
"guid": "bank",
"type": "bank",
"address": "Account: 5212751 Transit No: 29842 Institution: 004",
"description": ""
},
{
"guid": "paypal",
"type": "payment-provider",
"address": "paypal@zoneminder.com",
"description": ""
}
],
"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": [
"bank",
"paypal"
]
}
],
"history": []
}
}