-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA6.json
55 lines (55 loc) · 1.3 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
47
48
49
50
51
52
53
54
55
{
"auth": "zef:masukomi",
"authors": [
"masukomi <masukomi@masukomi.org>"
],
"build-depends": [
],
"depends": [
"CLI::Version",
"Color",
"DB::SQLite",
"DateTime::Format",
"Definitely",
"File::Find",
"HTTP::Status",
"JSON::Fast",
"Listicles",
"Prettier::Table",
"TOML",
"Template6",
"Terminal::ANSIColor",
"Terminal::Width",
"Text::MiscUtils",
"Time::Duration",
"XDG::BaseDirectory",
"XDG::GuaranteedResources"
],
"description": "Command Line Time Tracking with a SQLite db.",
"license": "AGPL-3.0-or-later",
"name": "Hey",
"perl": "6.d",
"provides": {
"Hey::Database": "lib/Hey/Database.rakumod",
"Hey::Event": "lib/Hey/Event.rakumod",
"Hey::Exceptions": "lib/Hey/Exceptions.rakumod",
"Hey::Interruption": "lib/Hey/Interruption.rakumod",
"Hey::Person": "lib/Hey/Person.rakumod",
"Hey::Project": "lib/Hey/Project.rakumod",
"Hey::Resourcer": "lib/Hey/Resourcer.rakumod",
"Hey::Tag": "lib/Hey/Tag.rakumod",
"Hey::Timer": "lib/Hey/Timer.rakumod",
"Hey::Utilities": "lib/Hey/Utilities.rakumod"
},
"resources": [
"data/hey/hey.db"
],
"source-url": "https://github.com/masukomi/hey_3",
"tags": [
"cli",
"timetracking"
],
"test-depends": [
],
"version": "1.0.0-beta.9"
}