platform/packages/jael/jael_preprocessor/pubspec.yaml

20 lines
534 B
YAML
Raw Normal View History

2021-05-15 10:28:09 +00:00
name: jael3_preprocessor
2023-12-24 02:39:45 +00:00
version: 8.1.0
2017-09-30 05:27:31 +00:00
description: A pre-processor for resolving blocks and includes within Jael templates.
2021-09-25 06:32:32 +00:00
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/jael/jael_preprocessor
2017-09-30 05:27:31 +00:00
environment:
2023-05-20 15:37:23 +00:00
sdk: '>=3.0.0 <4.0.0'
2017-09-30 03:40:01 +00:00
dependencies:
2023-05-26 22:58:32 +00:00
file: ^7.0.0
jael3: ^8.0.0
belatuk_symbol_table: ^5.0.0
collection: ^1.17.0
2017-09-30 03:40:01 +00:00
dev_dependencies:
2023-05-26 22:58:32 +00:00
belatuk_code_buffer: ^5.0.0
test: ^1.24.0
2023-12-24 02:39:45 +00:00
lints: ^3.0.0
2023-06-10 04:10:21 +00:00
# dependency_overrides:
# jael3:
# path: ../jael