-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
53 lines (40 loc) · 886 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
51
52
53
name: pms1
version: 0.1.0
authors:
- Manindra Gautam <manindra.gautam@ardentisys.com>
crystal: 0.35.0
license: UNLICENSED
targets:
pms1:
main: src/pms1.cr
amber:
main: lib/amber/src/amber/cli.cr
dependencies:
amber:
github: amberframework/amber
version: 0.35.0
#branch: master
granite:
github: amberframework/granite
version: ~> 0.21.0
quartz_mailer:
github: amberframework/quartz-mailer
version: ~> 0.7.0
jasper_helpers:
github: amberframework/jasper-helpers
version: ~> 0.2.5
nodejs:
github: fukaoi/crystal-nodejs
pg:
github: will/crystal-pg
version: ~> 0.21.1
citrine-i18n:
github: amberframework/citrine-i18n
version: ~> 0.4.0
development_dependencies:
garnet_spec:
github: amberframework/garnet-spec
version: 0.2.0
ameba:
github: veelenga/ameba
version: ~> 0.12.1