-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
50 lines (37 loc) · 809 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
46
47
48
49
50
name: slides
version: 0.1.0
authors:
- coding-chimp <[email protected]>
crystal: 0.33.0
license: UNLICENSED
targets:
slides:
main: src/slides.cr
amber:
main: lib/amber/src/amber/cli.cr
dependencies:
amber:
github: amberframework/amber
version: 0.33.0
#branch: master
granite:
github: amberframework/granite
version: ~> 0.19.0
quartz_mailer:
github: amberframework/quartz-mailer
version: ~> 0.5.3
jasper_helpers:
github: amberframework/jasper-helpers
version: ~> 0.2.5
pg:
github: will/crystal-pg
version: ~> 0.20.0
citrine-i18n:
github: amberframework/citrine-i18n
version: ~> 0.4.0
markd:
github: icyleaf/markd
development_dependencies:
garnet_spec:
github: amberframework/garnet-spec
version: 0.2.0