-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMETA6.json
35 lines (35 loc) · 995 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
{
"name": "Raku-Official-Documentation",
"description": "Tool chain for creating the Raku official documentation site",
"version": "0.1.2",
"perl": "6.d",
"authors": [
"Richard Hainsworth, aka finanalyst"
],
"auth": "zef:raku",
"depends": [
"Raku::Pod::Render:ver<4.10.5+>",
"Pod::From::Cache:ver<0.5.4+>",
"RakuConfig:ver<0.7.3+>",
"Collection:ver<0.17.3+>",
"Terminal::ANSIColor:ver<0.9+>:auth<zef:lizmat>",
"Doc::TypeGraph:ver<2.2.1.1+>",
"Doc::TypeGraph::Viz:ver<2.2.1.1+>",
"Cro::HTTP:ver<0.8.9>:auth<zef:cro>",
"Rainbow:ver<0.3.0+>:auth<zef:patrickb>"
],
"build-depends": [],
"test-depends": [],
"provides": {},
"resources": [],
"support": {
"bugtracker": "https://github.com/raku/doc-website/issues",
"source": "https://github.com/raku/doc-website.git"
},
"license": "Artistic-2.0",
"source-url": "git://github.com/raku/doc-website.git",
"bin": [
"bin_files/build-site"
],
"source-type": "git"
}