-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMETA6.json
More file actions
30 lines (30 loc) · 997 Bytes
/
META6.json
File metadata and controls
30 lines (30 loc) · 997 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
{
"name" : "App::termie",
"source-url" : "https://github.com/bduggan/termie",
"raku" : "6.d",
"build-depends" : [ ],
"provides" : {
"Termie::Actions" : "lib/Termie/Actions.rakumod",
"Termie::Commander" : "lib/Termie/Commander.rakumod",
"Termie::Commands" : "lib/Termie/Commands.rakumod",
"Termie::Tester" : "lib/Termie/Tester.rakumod",
"Termie::Tmux" : "lib/Termie/Tmux.rakumod",
"Termie::Utils" : "lib/Termie/Utils.rakumod",
"Termie::Waiter" : "lib/Termie/Waiter.rakumod",
"Termie::Commander::Godot" : "lib/Termie/Commander/Godot.rakumod",
"Termie::Commander::Shellish" : "lib/Termie/Commander/Shellish.rakumod"
},
"tags" : [
],
"depends" : [
"Readline", "Log::Async"
],
"description" : "A console for your console",
"test-depends" : [ ],
"version" : "0.2.4",
"license" : "MIT",
"authors" : [
"Brian Duggan"
],
"auth" : "zef:bduggan"
}