platform/packages/jael/angel_jael/pubspec.yaml

22 lines
555 B
YAML
Raw Normal View History

2017-09-30 23:01:30 +00:00
name: angel_jael
2018-11-03 00:16:03 +00:00
version: 2.0.0
2018-11-10 21:48:03 +00:00
description: Angel support for the Jael templating engine, similar to Blade or Liquid.
2017-10-01 03:17:47 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/jael/tree/master/jael
environment:
2021-02-14 05:22:25 +00:00
sdk: '>=2.10.0 <2.12.0'
2017-09-30 23:01:30 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
path: ../../framework
2017-09-30 23:01:30 +00:00
code_buffer: ^1.0.0
2018-11-03 00:16:03 +00:00
file: ^5.0.0
2018-11-10 21:48:03 +00:00
jael: ^2.0.0
2018-11-12 22:03:23 +00:00
jael_preprocessor: #^2.0.0
path: ../jael_preprocessor
2018-11-03 00:16:03 +00:00
symbol_table: ^2.0.0
2017-09-30 23:01:30 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_test: #^2.0.0-alpha
path: ../../test
2018-11-10 21:48:03 +00:00
html:
2021-02-14 05:22:25 +00:00
test: ^1.15.7