platform/jael/pubspec.yaml

15 lines
389 B
YAML
Raw Normal View History

2017-09-29 22:39:37 +00:00
name: jael
2017-09-30 05:27:31 +00:00
version: 1.0.0-alpha+1
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:
sdk: ">=1.19.0"
dependencies:
charcode: ^1.0.0
code_buffer: ^1.0.0
source_span: ^1.0.0
string_scanner: ^1.0.0
symbol_table: ^1.0.0
dev_dependencies:
test: ^0.12.0