platform/packages/mustache/pubspec.yaml

16 lines
402 B
YAML
Raw Normal View History

2021-06-26 10:24:52 +00:00
name: angel3_mustache
version: 3.0.0
description: A service that renders Mustache template into HTML view for Angel3
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/mustache
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-06-26 10:24:52 +00:00
angel3_framework: ^4.0.0
2021-06-20 12:37:20 +00:00
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