-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
shard.yml
57 lines (51 loc) · 1.15 KB
/
shard.yml
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
56
57
name: lucky
version: 1.3.0
crystal: ">= 1.10.0"
authors:
- Paul Smith <[email protected]>
executables:
- lucky.exec.cr
- lucky.watch.cr
- lucky.gen.action.cr
- lucky.gen.action.browser.cr
- lucky.gen.action.api.cr
- lucky.gen.page.cr
- lucky.gen.component.cr
- lucky.gen.task.cr
- lucky.gen.secret_key.cr
dependencies:
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.3.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.9
wordsmith:
github: luckyframework/wordsmith
version: ~> 0.4.0
lucky_router:
github: luckyframework/lucky_router
version: ~> 0.6.0
shell-table:
github: luckyframework/shell-table.cr
version: ~> 0.9.3
cry:
github: luckyframework/cry
version: ~> 0.4.3
exception_page:
github: crystal-loot/exception_page
version: ~> 0.5.0
dexter:
github: luckyframework/dexter
version: ~> 0.3.4
pulsar:
github: luckyframework/pulsar
version: ~> 0.2.3
lucky_template:
github: luckyframework/lucky_template
version: ~> 0.2.0
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0
license: MIT