-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
52 lines (52 loc) · 1.44 KB
/
META6.json
File metadata and controls
52 lines (52 loc) · 1.44 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
{
"auth": "zef:dwarring",
"authors": [
"David Warring"
],
"build-depends": [
],
"depends": [
"Base64::Native",
"Cairo",
"Color",
"CSS::Properties:ver<0.10.2+>",
"CSS::Font::Resources:ver<0.0.8+>",
"FontConfig:ver<0.1.5+>",
"Font::FreeType:ver<0.3.7+>",
"HarfBuzz::Font::FreeType:ver<0.0.5+>",
"HarfBuzz::Shaper::Cairo:ver<0.0.3+>",
"Text::FriBidi",
"Hash::Agnostic",
"JSON::Fast"
],
"description": "Construction and rendering of HTML-5 Canvases",
"license": "Artistic-2.0",
"name": "HTML::Canvas",
"perl": "6.c",
"provides": {
"HTML::Canvas": "lib/HTML/Canvas.rakumod",
"HTML::Canvas::Gradient": "lib/HTML/Canvas/Gradient.rakumod",
"HTML::Canvas::Graphic": "lib/HTML/Canvas/Graphic.rakumod",
"HTML::Canvas::Image": "lib/HTML/Canvas/Image.rakumod",
"HTML::Canvas::ImageData": "lib/HTML/Canvas/ImageData.rakumod",
"HTML::Canvas::Path2D": "lib/HTML/Canvas/Path2D.rakumod",
"HTML::Canvas::Pattern": "lib/HTML/Canvas/Pattern.rakumod",
"HTML::Canvas::To::Cairo": "lib/HTML/Canvas/To/Cairo.rakumod",
"HTML::Canvas::To::HTML": "lib/HTML/Canvas/To/HTML.rakumod",
"HTML::Canvas::Tracer": "lib/HTML/Canvas/Tracer.rakumod"
},
"resources": [
"font/FreeMono.ttf"
],
"source-url": "https://github.com/css-raku/HTML-Canvas-raku.git",
"tags": [
"html",
"javascript",
"png",
"svg",
"pdf"
],
"test-depends": [
],
"version": "0.1.4"
}