This repository was archived by the owner on Jun 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA6.json
49 lines (49 loc) · 3.08 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
46
47
48
49
{
"name" : "App::Platform",
"license" : "MIT",
"version" : "0.3",
"perl" : "6",
"description" : "Tool for constructing development environments",
"authors" : [ "Jarkko Haapalainen <[email protected]>" ],
"auth" : "github:7ojo",
"tags" : [ "Platform", "Docker", "Tool", "Development" ],
"provides" : {
"App::Platform" : "lib/App/Platform.pm6",
"App::Platform::Git" : "lib/App/Platform/Git.pm6",
"App::Platform::Git::Command" : "lib/App/Platform/Git/Command.pm6",
"App::Platform::Command" : "lib/App/Platform/Command.pm6",
"App::Platform::Output" : "lib/App/Platform/Output.pm6",
"App::Platform::Environment" : "lib/App/Platform/Environment.pm6",
"App::Platform::Container" : "lib/App/Platform/Container.pm6",
"App::Platform::Project" : "lib/App/Platform/Project.pm6",
"App::Platform::Docker::Container" : "lib/App/Platform/Docker/Container.pm6",
"App::Platform::Docker::DNS" : "lib/App/Platform/Docker/DNS.pm6",
"App::Platform::Docker::DNS::Linux" : "lib/App/Platform/Docker/DNS/Linux.pm6",
"App::Platform::Docker::DNS::MacOS" : "lib/App/Platform/Docker/DNS/MacOS.pm6",
"App::Platform::Docker::DNS::Windows" : "lib/App/Platform/Docker/DNS/Windows.pm6",
"App::Platform::Docker::Proxy" : "lib/App/Platform/Docker/Proxy.pm6",
"App::Platform::Docker::Command" : "lib/App/Platform/Docker/Command.pm6",
"App::Platform::Util::OS" : "lib/App/Platform/Util/OS.pm6",
"App::Platform::CLI" : "lib/App/Platform/CLI.pm6",
"App::Platform::CLI::Attach" : "lib/App/Platform/CLI/Attach.pm6",
"App::Platform::CLI::Create" : "lib/App/Platform/CLI/Create.pm6",
"App::Platform::CLI::Destroy" : "lib/App/Platform/CLI/Destroy.pm6",
"App::Platform::CLI::Remove" : "lib/App/Platform/CLI/Remove.pm6",
"App::Platform::CLI::Rm" : "lib/App/Platform/CLI/Rm.pm6",
"App::Platform::CLI::Run" : "lib/App/Platform/CLI/Run.pm6",
"App::Platform::CLI::SSH" : "lib/App/Platform/CLI/SSH.pm6",
"App::Platform::CLI::SSL" : "lib/App/Platform/CLI/SSL.pm6",
"App::Platform::CLI::Start" : "lib/App/Platform/CLI/Start.pm6",
"App::Platform::CLI::Stop" : "lib/App/Platform/CLI/Stop.pm6",
"App::Platform::CLI::Info" : "lib/App/Platform/CLI/Info.pm6"
},
"depends" : [
"Text::Wrap",
"YAMLish",
"JSON::Tiny",
"Terminal::ANSIColor",
"CommandLine::Usage",
"Template::Mustache"
],
"source-url" : "https://github.com/7ojo/perl6-platform.git"
}