-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMETA6.json
50 lines (50 loc) · 1.04 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
50
{
"auth": "zef:FCO",
"authors": [
"Fernando Correa de Oliveira"
],
"bin": {
"6pm": "bin/6pm"
},
"build-depends": [
],
"depends": [
"zef",
"JSON::Class:auth<zef:jonathanstowe>"
],
"description": "Raku module dependency manager (aka npm for Raku)",
"license": "Artistic-2.0",
"name": "SixPM",
"perl": "v6.*",
"production": true,
"provides": {
"App::six-pm::Installer": "lib/App/six-pm/Installer.rakumod",
"App::six-pm::Meta6": "lib/App/six-pm/Meta6.rakumod",
"App::six-pm::SixPM": "lib/App/six-pm/SixPM.rakumod",
"App::six-pm::ZefInstaller": "lib/App/six-pm/ZefInstaller.rakumod",
"SixPM": "lib/SixPM.rakumod"
},
"resources": [
],
"scripts": {
"test": "zef test ."
},
"source-url": "https://github.com/FCO/6pm.git",
"support": {
"source": "git://github.com/FCO/6pm.git"
},
"tags": [
"PACKAGE",
"INSTALL",
"CLI",
"DEVEL",
"TERMINAL",
"UTILS",
"COMMAND LINE"
],
"test-depends": [
"Test::Mock",
"Test::META"
],
"version": "0.0.11"
}