platform-common-utilities/packages/html_builder/pubspec.yaml

13 lines
405 B
YAML
Raw Normal View History

2021-09-11 02:17:30 +00:00
name: belatuk_html_builder
description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine.
2021-09-11 02:41:31 +00:00
version: 3.0.1
repository: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder
2021-09-11 02:17:30 +00:00
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
collection: ^1.15.0
dev_dependencies:
html: ^0.15.0
test: ^1.17.4
lints: ^1.0.1