platform/packages/jinja/pubspec.yaml

14 lines
397 B
YAML
Raw Normal View History

2021-06-26 10:34:23 +00:00
name: angel3_jinja
2021-12-03 05:30:50 +00:00
version: 2.0.1
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.
2021-12-03 05:30:50 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/master/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-12-03 05:30:50 +00:00
angel3_framework: ^4.2.0
jinja: ^0.3.4
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
2021-06-26 10:35:56 +00:00
test: ^1.17.5
2021-12-03 05:30:50 +00:00
lints: ^1.0.0