-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
64 lines (49 loc) · 1.17 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
name: placeos-models
version: 9.61.0
crystal: ~> 1.4
dependencies:
# Data validation library
active-model:
github: spider-gazelle/active-model
# Data validation library
CrystalEmail:
github: place-labs/CrystalEmail
# Simple async tasks
future:
github: crystal-community/future.cr
# JSON Web Token support
jwt:
github: crystal-community/jwt
# JSON merge patch
json-merge-patch:
github: caspiano/json-merge-patch
# Elasticsearch extension for RethinkORM
neuroplastic:
github: spider-gazelle/neuroplastic
version: ~> 1.6
# Parser combinators
pars:
github: spider-gazelle/pars
# PlaceOS log backend
placeos-log-backend:
github: place-labs/log-backend
version: ">= 0.11.0"
# ORM for Postgres built on active-model
pg-orm:
github: spider-gazelle/pg-orm
# PlaceOS calendar for Tenant model
place_calendar:
github: PlaceOS/calendar
ulid:
github: place-labs/ulid
version: ">= 0.1"
# cron parser
cron_parser:
github: kostya/cron_parser
development_dependencies:
ameba:
github: crystal-ameba/ameba
faker:
github: askn/faker
timecop:
github: crystal-community/timecop.cr