-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
45 lines (45 loc) · 1.19 KB
/
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
41
42
43
44
45
{
"auth": "github:scriptkitties",
"authors": [
"Patrick Spek <p.spek@tyil.work>"
],
"depends": [
"Config:ver<1.3.2+>",
"File::Directory::Tree",
"File::Temp:ver<0.0.6+>",
"File::Which:ver<1.0.0+>",
"JSON::Fast:ver<0.9.11+>",
"MIME::Base64:ver<1.2.1+>",
"SemVer:ver<0.1.3+>",
"Template::Mustache:ver<1.0.1+>"
],
"description": "The CPAN distribution helper",
"license": "GPL-3.0",
"name": "Dist::Helper",
"perl": "6.c",
"provides": {
"Dist::Helper": "lib/Dist/Helper.pm6",
"Dist::Helper::Clean": "lib/Dist/Helper/Clean.pm6",
"Dist::Helper::Meta": "lib/Dist/Helper/Meta.pm6",
"Dist::Helper::Path": "lib/Dist/Helper/Path.pm6",
"Dist::Helper::Template": "lib/Dist/Helper/Template.pm6"
},
"resources": [
"templates/editorconfig",
"templates/gitignore",
"templates/module/bin",
"templates/module/class",
"templates/module/lib",
"templates/module/test",
"templates/module/unit",
"templates/travis.yml",
"templates/vim-line/space",
"templates/vim-line/tab"
],
"source-url": "https://github.com/scriptkitties/perl6-Dist-Helper.git",
"tags": [
"devel",
"ecosystems"
],
"version": "0.19.2"
}