platform/packages/jael/angel_jael/pubspec.yaml

36 lines
930 B
YAML
Raw Normal View History

2017-09-30 23:01:30 +00:00
name: angel_jael
2021-03-07 13:56:12 +00:00
version: 3.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
2021-03-07 13:56:12 +00:00
publish_to: none
2017-10-01 03:17:47 +00:00
environment:
2021-03-07 13:56:12 +00:00
sdk: '>=2.10.0 <3.0.0'
2017-09-30 23:01:30 +00:00
dependencies:
2021-03-07 13:56:12 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/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
2021-03-07 13:56:12 +00:00
jael:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/jael/jael
jael_preprocessor:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/jael/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-03-07 13:56:12 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/test
2021-02-21 02:47:23 +00:00
html: ^0.14.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7