-
Notifications
You must be signed in to change notification settings - Fork 208
/
shard.yml
84 lines (62 loc) · 1.4 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: amber
version: 1.4.1
authors:
- Amber Team and Contributors <amberframework.org>
crystal: ">= 1.0.0, < 2.0"
license: MIT
targets:
amber:
main: src/amber/cli.cr
dependencies:
amber_router:
github: amberframework/amber-router
version: ~> 0.4.4
cli:
github: amberframework/cli
version: ~> 0.11.3
compiled_license:
github: elorest/compiled_license
version: ~> 1.2.2
kilt:
github: jeromegn/kilt
version: ~> 0.6.0
slang:
github: jeromegn/slang
version: ~> 1.7.1
liquid:
github: dare892/liquid.cr
branch: chore/bump-version-crystal1.0.0
micrate:
github: amberframework/micrate
version: ~> 0.15.0
pg:
github: will/crystal-pg
version: ~> 0.26.0
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.14.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.19.0
redis:
github: stefanwille/crystal-redis
version: ~> 2.8.0
shell-table:
github: luckyframework/shell-table.cr
version: ~> 0.9.3
inflector:
github: phoffer/inflector.cr
version: ~> 1.0.0
teeplate:
github: amberframework/teeplate
version: ~> 0.11.2
exception_page:
github: crystal-loot/exception_page
version: ~> 0.3.0
yaml_mapping:
github: crystal-lang/yaml_mapping.cr
version: ~> 0.1.0
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0