platform/jael/pubspec.yaml

19 lines
483 B
YAML
Raw Normal View History

2017-09-29 22:39:37 +00:00
name: jael
2019-07-29 22:01:24 +00:00
version: 2.0.2
2018-11-10 19:20:03 +00:00
description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid.
2017-09-29 22:39:37 +00:00
author: Tobe O <thosakwe@gmail.com>
2019-07-29 22:01:24 +00:00
homepage: https://docs.angel-dart.dev/packages/front-end/jael
2017-09-29 22:39:37 +00:00
environment:
2019-07-29 22:01:24 +00:00
sdk: ">=2.0.0 <3.0.0"
2017-09-29 22:39:37 +00:00
dependencies:
2019-07-29 22:01:24 +00:00
args: ^1.0.0
2017-09-29 22:39:37 +00:00
charcode: ^1.0.0
code_buffer: ^1.0.0
source_span: ^1.0.0
string_scanner: ^1.0.0
2018-11-03 00:16:03 +00:00
symbol_table: ^2.0.0
2017-09-29 22:39:37 +00:00
dev_dependencies:
2019-07-29 22:07:21 +00:00
pedantic: ^1.0.0
2018-11-11 01:52:41 +00:00
test: ^1.0.0
2019-07-29 22:01:24 +00:00
executables:
jaelfmt: jaelfmt