-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
40 lines (40 loc) · 989 Bytes
/
META6.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
{
"authors": [
"David Warring"
],
"build-depends": [
],
"depends": [
"CSS::Properties:ver<0.7.5+>",
"CSS::Font::Resources:ver<0.0.6+>",
"CSS::TagSet",
"Color",
"PDF",
"PDF::Content:ver<0.5.9+>",
"PDF::Font::Loader::CSS",
"PDF::Class",
"PDF::Style",
"PDF::Tags"
],
"description": "CSS driven PDF Composition and Layout",
"license": "Artistic-2.0",
"name": "PDF::Style",
"perl": "6.c",
"provides": {
"PDF::Style::Body": "lib/PDF/Style/Body.rakumod",
"PDF::Style::Element": "lib/PDF/Style/Element.rakumod",
"PDF::Style::Element::HTMLCanvas": "lib/PDF/Style/Element/HTMLCanvas.rakumod",
"PDF::Style::Element::Image": "lib/PDF/Style/Element/Image.rakumod",
"PDF::Style::Element::Text": "lib/PDF/Style/Element/Text.rakumod"
},
"resources": [
],
"source-url": "git://github.com/pdf-raku/PDF-Style-Element-raku.git",
"tags": [
"pdf",
"css"
],
"test-depends": [
],
"version": "0.0.1"
}