-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
37 lines (37 loc) · 861 Bytes
/
META6.json
File metadata and controls
37 lines (37 loc) · 861 Bytes
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
{
"authors" : [
"risou"
],
"build-depends" : [ ],
"depends" : [
"Text::Markdown::Discount",
"Template6",
"YAMLish"
],
"description" : "blah blah blah",
"license" : "Artistic-2.0",
"name" : "Lithograph",
"perl" : "6.c",
"provides" : {
"Lithograph" : "lib/Lithograph.pm6",
"Lithograph::Build" : "lib/Lithograph/Build.pm6",
"Lithograph::CLI" : "lib/Lithograph/CLI.pm6",
"Lithograph::Setup" : "lib/Lithograph/Setup.pm6",
"Lithograph::Write" : "lib/Lithograph/Write.pm6"
},
"resources" : [
"config.yml",
".travis.yml",
"github-actions/build.yml",
"github-actions/write.yml",
"templates/index.tt",
"templates/list.tt",
"templates/article.tt",
"templates/ogp.tt",
"static/main.css"
],
"source-url" : "",
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.0.1"
}