46 lines
No EOL
1.2 KiB
YAML
46 lines
No EOL
1.2 KiB
YAML
name: angel_jael
|
|
version: 4.0.0
|
|
description: Angel support for the Jael templating engine, similar to Blade or Liquid.
|
|
homepage: https://github.com/dukefirehawk/angel
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/framework
|
|
code_buffer:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/code_buffer
|
|
jael:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/jael/jael
|
|
jael_preprocessor:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/jael/jael_preprocessor
|
|
symbol_table:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/symbol_table
|
|
file: ^6.0.0
|
|
|
|
dev_dependencies:
|
|
angel_test:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/test
|
|
html: ^0.15.0
|
|
test: ^1.17.3
|
|
dependency_overrides:
|
|
web_socket_channel: ^2.0.0
|
|
http: ^0.13.0 |