-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathMETA6.json
More file actions
49 lines (49 loc) · 1.44 KB
/
META6.json
File metadata and controls
49 lines (49 loc) · 1.44 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
{
"auth": "zef:raku-community-modules",
"authors": [
"Timothy Totten",
"Raku Community"
],
"build-depends": [
],
"depends": {
"runtime": {
"requires": [
"MIME::Types:ver<0.3+>:auth<zef:raku-community-modules>",
"PSGI:ver<1.2.3+>:auth<zef:raku-community-modules>",
"SCGI:ver<2.6+>:auth<zef:raku-community-modules>",
"FastCGI:ver<0.9.0+>:auth<zef:raku-community-modules>",
"HTTP::Easy:ver<1.3+>:auth<zef:raku-community-modules>"
]
}
},
"description": "A Web Application foundation for Raku",
"license": "Artistic-2.0",
"name": "Web::App",
"provides": {
"Web::App": "lib/Web/App.rakumod",
"Web::App::Context": "lib/Web/App/Context.rakumod",
"Web::App::Dispatch": "lib/Web/App/Dispatch.rakumod",
"Web::App::Test": "lib/Web/App/Test.rakumod",
"Web::Request": "lib/Web/Request.rakumod",
"Web::Request::File": "lib/Web/Request/File.rakumod",
"Web::Request::Multipart": "lib/Web/Request/Multipart.rakumod",
"Web::Response": "lib/Web/Response.rakumod"
},
"raku": "6.d",
"resources": [
],
"source-url": "https://github.com/raku-community-modules/Web-App.git",
"support": {
"bugtracker": "https://github.com/raku-community-modules/Web-App/issues",
"email": "community@raku.org",
"source": "https://github.com/raku-community-modules/Web-App.git"
},
"tags": [
"WEB",
"SERVER"
],
"test-depends": [
],
"version": "0.9.2"
}