-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMETA6.json
41 lines (41 loc) · 976 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
32
33
34
35
36
37
38
39
40
41
{
"provides": {
"JSON::Class": "lib/JSON/Class.rakumod"
},
"authors": [
"Jonathan Stowe <[email protected]>"
],
"resources": [
],
"depends": [
"JSON::Marshal:ver<0.0.25+>",
"JSON::Unmarshal:ver<0.14+>",
"JSON::OptIn",
"JSON::Name:ver<0.0.6+>"
],
"description": "role to provide simple serialisation/deserialisation of objects to/from JSON",
"source-url": "https://github.com/jonathanstowe/JSON-Class.git",
"author": "Jonathan Stowe <[email protected]>",
"raku": "6.*",
"version": "0.0.21",
"auth": "zef:jonathanstowe",
"name": "JSON::Class",
"license": "Artistic-2.0",
"build-depends": [
],
"test-depends": [
"JSON::Fast",
"Test"
],
"api": "1.0",
"tags": [
"object",
"serialisation",
"JSON"
],
"support": {
"source": "https://github.com/jonathanstowe/JSON-Class.git",
"bugtracker": "https://github.com/jonathanstowe/JSON-Class/issues"
},
"meta-version": "1"
}