-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathfunding.json
63 lines (63 loc) · 2.29 KB
/
funding.json
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
{
"$schema": "https://floss.fund/schema/v1.0.0/funding.schema.json#",
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "maintainer",
"name": "ImageMagick",
"email": "[email protected]",
"description": "ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations.",
"webpageUrl": {
"url": "https://imagemagick.org"
}
},
"projects": [
{
"guid": "imagemagick",
"name": "ImageMagick",
"description": "ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations.",
"webpageUrl": {
"url": "https://imagemagick.org"
},
"repositoryUrl": {
"url": "https://github.com/ImageMagick/ImageMagick",
"wellKnown": "https://github.com/ImageMagick/ImageMagick/blob/main/.github/.well-known/funding-manifest-urls"
},
"licenses": [
"Apache-2.0"
],
"tags": [
"imagemagick",
"image-processing",
"image-manipulation",
"image-conversion",
"open-source-software",
"mastering-digital-image-alchemy",
"digital-image-editing",
"command-line-image-tool"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/ImageMagick",
"description": "Payments up to $12,000 USD per month can be made via Github Sponsors."
}
],
"plans": [
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This compensates the developers working part-time on the project.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [ "github-sponsors" ]
}
]
}
}