38 lines
No EOL
996 B
YAML
38 lines
No EOL
996 B
YAML
name: angel_jael
|
|
version: 3.0.0
|
|
description: Angel support for the Jael templating engine, similar to Blade or Liquid.
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/jael/tree/master/jael
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.10.0 <3.0.0'
|
|
dependencies:
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/framework
|
|
code_buffer: ^1.0.0
|
|
file: ^6.0.0
|
|
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
|
|
symbol_table: ^2.0.0
|
|
dev_dependencies:
|
|
angel_test:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/test
|
|
html: ^0.15.0
|
|
test: ^1.15.7
|
|
dependency_overrides:
|
|
web_socket_channel: ^2.0.0
|
|
http: ^0.13.0 |