platform/packages/jael/jael_preprocessor/pubspec.yaml

29 lines
796 B
YAML
Raw Normal View History

2017-09-30 03:40:01 +00:00
name: jael_preprocessor
2021-04-30 07:08:54 +00:00
version: 4.0.0
2017-09-30 05:27:31 +00:00
description: A pre-processor for resolving blocks and includes within Jael templates.
author: Tobe O <thosakwe@gmail.com>
2018-11-11 01:52:41 +00:00
homepage: https://github.com/angel-dart/jael/tree/master/jael_preprocessor
2021-03-07 15:20:52 +00:00
publish_to: none
2017-09-30 05:27:31 +00:00
environment:
2021-04-30 07:08:54 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-09-30 03:40:01 +00:00
dependencies:
2021-03-07 15:20:52 +00:00
file: ^6.1.0
jael:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-30 07:08:54 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 15:20:52 +00:00
path: packages/jael/jael
2021-04-30 07:08:54 +00:00
symbol_table:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/symbol_table
collection: ^1.15.0-nullsafety.4
2017-09-30 03:40:01 +00:00
dev_dependencies:
2018-11-10 21:38:05 +00:00
code_buffer:
2021-04-30 07:08:54 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/code_buffer
test: ^1.17.3