-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathMETA6.json
More file actions
70 lines (70 loc) · 2.05 KB
/
Copy pathMETA6.json
File metadata and controls
70 lines (70 loc) · 2.05 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name" : "panda",
"version" : "2016.02",
"perl" : "6.c",
"description" : "[DEPRECATED] A module manager",
"depends" : [ "File::Find", "Shell::Command", "JSON::Fast", "File::Which" ],
"source-url" : "git://github.com/tadzik/panda.git",
"license" : "MIT",
"authors" : [
"Tadeusz “tadzik” Sośnierz",
"Ahmad M. Zawawi",
"Alex Kotov",
"Andrew Egeler",
"Bartlomiej Palmowski",
"Ben Tyler",
"Caleb Cushing",
"Carlin",
"Carl Mäsak",
"Dagur",
"David Warring",
"Donald Hunter",
"Elizabeth Mattijsen",
"flussence",
"Geoffrey Broadwell",
"Heather",
"Ilya Chesnokov",
"jnthn",
"Jonathan \"Duke\" Leto",
"Jonathan Scott Duff",
"Jonathan Stowe",
"Jorn van Engelen",
"Kamil Kułaga",
"laben",
"Moritz Lenz",
"Mouq",
"nbrown",
"Nick Logan",
"Panu Ervamaa",
"Paul Cochrane",
"raydiak",
"Rob Hoelz",
"Shlomi Fish",
"Siddhant Saraf",
"Solomon Foster",
"Stefan Seifert",
"Steve Mynott",
"Tim Bunce",
"Timo Paulssen",
"Tim Smith",
"Tobias Leich",
"tony-o"
],
"support" : {
"bugtracker" : "https://github.com/tadzik/panda/issues",
"source" : "git://github.com/tadzik/panda.git"
},
"provides" : {
"Panda" : "lib/Panda.pm",
"Panda::App" : "lib/Panda/App.pm",
"Panda::Builder" : "lib/Panda/Builder.pm",
"Panda::Bundler" : "lib/Panda/Bundler.pm",
"Panda::Common" : "lib/Panda/Common.pm",
"Panda::Ecosystem" : "lib/Panda/Ecosystem.pm",
"Panda::Fetcher" : "lib/Panda/Fetcher.pm",
"Panda::Installer" : "lib/Panda/Installer.pm",
"Panda::Project" : "lib/Panda/Project.pm",
"Panda::Reporter" : "lib/Panda/Reporter.pm",
"Panda::Tester" : "lib/Panda/Tester.pm"
}
}