forked from luckyframework/lucky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
68 lines (61 loc) · 1.57 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
name: lucky
version: 0.18.0
crystal: 0.31.1
authors:
- Paul Smith <paulcsmith0218@gmail.com>
targets:
lucky.exec:
main: src/precompiled_tasks/exec.cr
lucky.watch:
main: src/precompiled_tasks/watch.cr
lucky.gen.model:
main: src/precompiled_tasks/gen/model.cr
lucky.gen.action:
main: src/precompiled_tasks/gen/action/helpful_error.cr
lucky.gen.action.browser:
main: src/precompiled_tasks/gen/action/browser.cr
lucky.gen.action.api:
main: src/precompiled_tasks/gen/action/api.cr
lucky.gen.resource.browser:
main: src/precompiled_tasks/gen/resource/browser.cr
lucky.gen.page:
main: src/precompiled_tasks/gen/page.cr
lucky.gen.component:
main: src/precompiled_tasks/gen/component.cr
lucky.secret_key:
main: src/precompiled_tasks/gen/secret_key.cr
dependencies:
lucky_cli:
github: luckyframework/lucky_cli
version: ~> 0.18.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.0
wordsmith:
github: luckyframework/wordsmith
version: ~> 0.2.0
avram:
github: luckyframework/avram
version: ~> 0.12.0
lucky_router:
github: luckyframework/lucky_router
version: ~> 0.2.0
shell-table:
github: luckyframework/shell-table.cr
branch: refactor/setter
cry:
github: paulcsmith/cry
version: ~> 0.4.1
exception_page:
github: crystal-loot/exception_page
version: ~> 0.1.0
dexter:
github: luckyframework/dexter
version: ~> 0.1.2
development_dependencies:
ameba:
github: veelenga/ameba
version: 0.10.0
scripts:
postinstall: script/precompile_tasks
license: MIT