platform/packages/markdown/pubspec.yaml

18 lines
441 B
YAML
Raw Normal View History

2017-08-13 04:24:38 +00:00
name: angel_markdown
2019-04-11 16:05:33 +00:00
version: 2.0.0
description: Angel Markdown view generator. Write static sites, with no build step.
2017-08-13 04:24:38 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/markdown
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2017-08-13 04:24:38 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
path: ../framework
2019-04-11 16:19:12 +00:00
file: ^5.0.0
2019-04-11 16:05:33 +00:00
markdown: ^2.0.0
2017-08-13 04:24:38 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_test: #^2.0.0
path: ../test
2019-04-11 16:05:33 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7