platform/packages/markdown/pubspec.yaml
2021-02-14 13:22:25 +08:00

17 lines
441 B
YAML

name: angel_markdown
version: 2.0.0
description: Angel Markdown view generator. Write static sites, with no build step.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/markdown
environment:
sdk: ">=2.10.0 <2.12.0"
dependencies:
angel_framework: #^2.0.0-alpha
path: ../framework
file: ^5.0.0
markdown: ^2.0.0
dev_dependencies:
angel_test: #^2.0.0
path: ../test
pedantic: ^1.0.0
test: ^1.15.7