-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA6.json
46 lines (46 loc) · 1.22 KB
/
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
42
43
44
45
46
{
"auth": "zef:melezhik",
"authors" : [
"Alexey Melezhik"
],
"build-depends" : [ ],
"depends" : [
"YAMLish",
"DBIish",
"DBIish::Pool",
"JSON::Fast",
"HTTP::Tiny",
"Sparrow6:ver<0.0.49+>",
"Sparrowdo:ver<0.1.27+>",
"Time::Crontab",
"File::Directory::Tree",
"cro",
"Cro::HTTP:ver<0.8.9+>",
"Cro::HTTP::Server",
"Cro::HTTP::Router",
"Cro::WebApp::Template",
"Data::Dump:ver<0.0.12+>",
"Text::Markdown"
],
"description" : "Sparky is a flexible and minimalist continuous integration server and distribute tasks runner written in Raku",
"license" : "Artistic-2.0",
"name" : "Sparky",
"perl" : "6.*",
"provides" : {
"Sparky" : "lib/Sparky.rakumod",
"Sparky::Security" : "lib/Sparky/Security.rakumod",
"Sparky::HTML" : "lib/Sparky/HTML.rakumod",
"Sparky::Job" : "lib/Sparky/Job.rakumod",
"Sparky::Utils" : "lib/Sparky/Utils.rakumod"
},
"resources" : [ ],
"source-type" : "git",
"source-url" : "https://github.com/melezhik/sparky.git",
"support" : {
"bugtracker" : "https://github.com/melezhik/sparky/issues",
"source" : "https://github.com/melezhik/sparky.git"
},
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.2.9"
}