-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA6.json
More file actions
25 lines (25 loc) · 719 Bytes
/
Copy pathMETA6.json
File metadata and controls
25 lines (25 loc) · 719 Bytes
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
{
"perl": "6.c",
"name": "Test::Deeply::Relaxed",
"license" : "Artistic-2.0",
"api": "0",
"auth": "github:ppentchev",
"version": "0.1.3",
"description": "Compare two complex data structures loosely",
"authors": [ "Peter Pentchev" ],
"provides": {
"Test::Deeply::Relaxed": "lib/Test/Deeply/Relaxed.rakumod"
},
"depends": [],
"test-depends": [
"Test::META"
],
"resources": [],
"source-url": "https://github.com/ppentchev/perl6-Test-Deeply-Relaxed.git",
"support": {
"email": "roam@ringlet.net",
"bugtracker": "https://github.com/ppentchev/perl6-Test-Deeply-Relaxed/issues",
"source": "https://github.com/ppentchev/perl6-Test-Deeply-Relaxed"
},
"production": true
}