forked from amberframework/amber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
79 lines (58 loc) · 1.28 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
name: amber
version: 0.31.0
authors:
- Amber Team and Contributors <amberframework.org>
crystal: 0.31.1
license: MIT
targets:
amber:
main: src/amber/cli.cr
dependencies:
amber_router:
github: amberframework/amber-router
version: ~> 0.3.0
cli:
github: drujensen/cli
version: ~> 0.8.0
compiled_license:
github: elorest/compiled_license
version: ~> 0.1.3
kilt:
github: jeromegn/kilt
version: ~> 0.4.0
liquid:
github: TechMagister/liquid.cr
#version: ~> 0.3.0
micrate:
github: amberframework/micrate
version: ~> 0.4.0
pg:
github: will/crystal-pg
version: ~> 0.19.0
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.9.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.14.0
redis:
github: stefanwille/crystal-redis
version: ~> 2.2.0
shell-table:
github: luckyframework/shell-table.cr
commit: 078a04ea58ead5203bb435a3b5fff448ddabaeea
slang:
github: jeromegn/slang
version: ~> 1.7.1
inflector:
github: phoffer/inflector.cr
version: ~> 0.1.8
teeplate:
github: mosop/teeplate
version: ~> 0.8.0
exception_page:
github: crystal-loot/exception_page
development_dependencies:
ameba:
github: veelenga/ameba
version: ~> 0.10.0