-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
23 lines (23 loc) · 1.05 KB
/
META6.json
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"auth": "zef:dwarring",
"depends": [
"CSS::Module",
"CSS::Specification",
"JSON::Fast",
"Method::Also"
],
"description": "Raku CSS draft modules",
"name": "CSS::Drafts",
"perl": "6c",
"provides": {
"CSS::Drafts::CSS3": "lib/CSS/Drafts/CSS3.rakumod",
"CSS::Drafts::CSS3::Metadata": "lib/CSS/Drafts/CSS3/Metadata.rakumod",
"CSS::Module::CSS3::Backgrounds_and_Borders": "lib/CSS/Module/CSS3/Backgrounds_and_Borders.rakumod",
"CSS::Module::CSS3::Backgrounds_and_Borders::Actions": "lib/CSS/Module/CSS3/Backgrounds_and_Borders.rakumod",
"CSS::Module::CSS3::Backgrounds_and_Borders::Gen::Actions": "lib/CSS/Module/CSS3/Backgrounds_and_Borders/Gen/Actions.rakumod",
"CSS::Module::CSS3::Backgrounds_and_Borders::Gen::Grammar": "lib/CSS/Module/CSS3/Backgrounds_and_Borders/Gen/Grammar.rakumod",
"CSS::Module::CSS3::Backgrounds_and_Borders::Gen::Interface": "lib/CSS/Module/CSS3/Backgrounds_and_Borders/Gen/Interface.rakumod"
},
"source-url": "git://github.com/css-raku/CSS-Drafts-raku.git",
"version": "0.0.1"
}