-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA6.json
More file actions
37 lines (37 loc) · 892 Bytes
/
Copy pathMETA6.json
File metadata and controls
37 lines (37 loc) · 892 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"license": "Artistic-2.0",
"authors": [
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
],
"resources": [
],
"raku": "6.*",
"author": "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"source-url": "https://github.com/jonathanstowe/Object-Permission.git",
"auth": "zef:jonathanstowe",
"provides": {
"Object::Permission": "lib/Object/Permission.rakumod"
},
"support": {
"bugtracker": "https://github.com/jonathanstowe/Object-Permission/issues",
"source": "https://github.com/jonathanstowe/Object-Permission.git"
},
"meta-version": "1",
"version": "0.0.7",
"test-depends": [
"Test"
],
"depends": [
],
"build-depends": [
],
"name": "Object::Permission",
"tags": [
"devel",
"authorisation",
"object",
"user"
],
"api": "1.0",
"description": "Experimental method (and public attribute accessor,) level authorisation"
}