-
Notifications
You must be signed in to change notification settings - Fork 17
/
shard.yml
50 lines (43 loc) · 1.18 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
name: athena-ecosystem
version: 0.0.0
license: MIT
repository: https://github.com/athena-framework/athena
documentation: https://athenaframework.org
description: |
An ecosystem of reusable, independent components.
authors:
- George Dietrich <[email protected]>
dependencies:
athena:
github: athena-framework/framework
athena-clock:
github: athena-framework/clock
athena-console:
github: athena-framework/console
athena-dependency_injection:
github: athena-framework/dependency-injection
athena-dotenv:
github: athena-framework/dotenv
athena-event_dispatcher:
github: athena-framework/event-dispatcher
athena-image_size:
github: athena-framework/image-size
athena-mercure:
github: athena-framework/mercure
athena-negotiation:
github: athena-framework/negotiation
athena-routing:
github: athena-framework/routing
athena-serializer:
github: athena-framework/serializer
athena-spec:
github: athena-framework/spec
athena-validator:
github: athena-framework/validator
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.6.3
athena-spec:
github: athena-framework/spec
version: ~> 0.3.2