platform/packages/markdown/pubspec.yaml

24 lines
596 B
YAML
Raw Normal View History

2017-08-13 04:24:38 +00:00
name: angel_markdown
2021-06-20 12:37:20 +00:00
version: 3.0.0
2019-04-11 16:05:33 +00:00
description: Angel Markdown view generator. Write static sites, with no build step.
2017-08-13 04:24:38 +00:00
homepage: https://github.com/angel-dart/markdown
2021-06-20 12:37:20 +00:00
publish_to: none
2017-08-13 04:24:38 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: ">=2.10.0 <3.0.0"
2017-08-13 04:24:38 +00:00
dependencies:
2021-06-20 12:37:20 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
file: ^6.1.2
markdown: ^4.0.0
2017-08-13 04:24:38 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/test
pedantic: ^1.11.0
test: ^1.17.0