platform/packages/mustache/pubspec.yaml

21 lines
490 B
YAML
Raw Normal View History

2016-04-22 02:22:33 +00:00
name: angel_mustache
2021-06-20 12:37:20 +00:00
version: 2.0.0
2016-04-22 02:22:33 +00:00
description: Mustache view generator for Angel.
homepage: https://github.com/angel-dart/angel_mustache
2021-06-20 12:37:20 +00:00
publish_to: none
2017-11-18 18:39:52 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2016-04-22 02:22:33 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
2021-06-20 12:37:20 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
file: ^6.1.2
mustache_template: ^2.0.0
path: ^1.8.0
2016-04-22 02:22:33 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
http: ^0.13.3
test: ^1.17.8
pedantic: ^1.11.1