platform/jael/pubspec.yaml

16 lines
414 B
YAML
Raw Normal View History

2017-09-29 22:39:37 +00:00
name: jael
2018-06-26 15:29:34 +00:00
version: 1.0.5
2017-09-29 22:39:37 +00:00
description: A simple server-side HTML templating engine for Dart.
author: Tobe O <thosakwe@gmail.com>
2017-09-30 05:27:31 +00:00
homepage: https://github.com/angel-dart/jael/tree/master/jael
2017-09-29 22:39:37 +00:00
environment:
2018-04-03 05:04:34 +00:00
sdk: ">=1.19.0 <=2.0.0"
2017-09-29 22:39:37 +00:00
dependencies:
charcode: ^1.0.0
code_buffer: ^1.0.0
2018-04-03 15:13:37 +00:00
dart2_constant: ^1.0.0
2017-09-29 22:39:37 +00:00
source_span: ^1.0.0
string_scanner: ^1.0.0
symbol_table: ^1.0.0
dev_dependencies:
test: ^0.12.0