platform/packages/jael/angel_jael/pubspec.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

2017-09-30 23:01:30 +00:00
name: angel_jael
2021-04-30 07:19:26 +00:00
version: 4.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-04-30 07:19:26 +00:00
sdk: '>=2.12.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
2021-04-30 07:19:26 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 13:56:12 +00:00
path: packages/framework
2021-04-30 07:19:26 +00:00
code_buffer:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/code_buffer
2021-03-07 13:56:12 +00:00
jael:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-30 07:19:26 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 13:56:12 +00:00
path: packages/jael/jael
jael_preprocessor:
git:
url: https://github.com/dukefirehawk/angel.git
2021-04-30 07:19:26 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 13:56:12 +00:00
path: packages/jael/jael_preprocessor
2021-04-30 07:19:26 +00:00
symbol_table:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/symbol_table
file: ^6.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
2021-04-30 07:19:26 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 13:56:12 +00:00
path: packages/test
2021-03-07 16:47:49 +00:00
html: ^0.15.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7
2021-03-07 16:47:49 +00:00
dependency_overrides:
web_socket_channel: ^2.0.0
http: ^0.13.0