platform/packages/html_builder/pubspec.yaml
thomashii@dukefirehawk.com 31e52b6ad3 Added AUTHORS.md
2021-05-02 12:12:43 +08:00

9 lines
No EOL
294 B
YAML

name: 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.
version: 2.0.0
homepage: https://github.com/thosakwe/html_builder
environment:
sdk: '>=2.12.0 <3.0.0'
dev_dependencies:
html: ^0.15.0
test: ^1.17.3