platform/jael/pubspec.yaml

16 lines
424 B
YAML
Raw Normal View History

2017-09-29 22:39:37 +00:00
name: jael
2018-11-11 01:54:14 +00:00
version: 2.0.1+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>
2018-11-11 01:52:41 +00:00
homepage: https://angel-dart.gitbook.io/angel/front-end/jael
2017-09-29 22:39:37 +00:00
environment:
2018-11-03 00:16:03 +00:00
sdk: ">=2.0.0-dev <=3.0.0"
2017-09-29 22:39:37 +00:00
dependencies:
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:
2018-11-11 01:52:41 +00:00
test: ^1.0.0