platform/packages/jinja/pubspec.yaml

15 lines
402 B
YAML
Raw Normal View History

2021-06-26 10:34:23 +00:00
name: angel3_jinja
2021-06-20 12:37:20 +00:00
version: 2.0.0
2021-06-26 10:34:23 +00:00
description: A service that renders Jinja2 template into HTML view for Angel3. Ported from Python to Dart.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/jinja
2019-01-29 18:06:58 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2019-01-29 18:06:58 +00:00
dependencies:
2021-06-26 10:34:23 +00:00
angel3_framework: ^4.0.0
2021-06-20 12:37:20 +00:00
jinja: ^0.3.1
2019-01-29 18:06:58 +00:00
dev_dependencies:
2021-06-26 10:34:23 +00:00
angel3_test: ^4.0.0
2021-06-20 12:37:20 +00:00
path: ^1.8.0
pedantic: ^1.11.0
2021-06-26 10:35:56 +00:00
test: ^1.17.5