-
Notifications
You must be signed in to change notification settings - Fork 7
/
META6.json
31 lines (30 loc) · 922 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
{
"name" : "Test::Lab",
"description" : "Test run refactored code against legacy code",
"version" : "1.2.0",
"perl" : "6.d",
"authors": [
"Jake Russo"
],
"auth" : "github:MadcapJake",
"license" : "Artistic-2.0",
"provides" : {
"Test::Lab" : "lib/Test/Lab.rakumod",
"Test::Lab::Experiment" : "lib/Test/Lab/Experiment.rakumod",
"Test::Lab::Observation" : "lib/Test/Lab/Observation.rakumod",
"Test::Lab::Result" : "lib/Test/Lab/Result.rakumod",
"Test::Lab::Error" : "lib/Test/Lab/Error.rakumod"
},
"depends" : [
],
"build-depends" : [ ],
"test-depends" : [
"Test::META"
],
"resources" : [ ],
"tags": [
"Test", "Performance", "Experiment", "Measurement", "Lab"
],
"source-type" : "git",
"source-url" : "git://github.com/MadcapJake/Test-Lab.git"
}