-
Notifications
You must be signed in to change notification settings - Fork 66
/
shard.yml
45 lines (40 loc) · 910 Bytes
/
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
name: website_v2
version: 0.1.0
authors:
- Paul Smith <[email protected]>
targets:
website_v2:
main: src/website_v2.cr
crystal: ">= 1.10.0"
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.3.0
carbon:
github: luckyframework/carbon
version: ~> 0.6.0
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.6.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0
cmark:
github: amauryt/cr-cmark-gfm
branch: master
cadmium_transliterator:
github: cadmiumcr/transliterator
branch: master
lexbor:
github: kostya/lexbor
version: ~> 3.1.3
sitemapper:
github: jwoertink/sitemapper
version: ~> 0.9.0
development_dependencies:
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.10.0
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0