35 lines
930 B
YAML
35 lines
930 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: ^5.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.14.0
|
|
test: ^1.15.7
|