platform/packages/mustache/pubspec.yaml

17 lines
444 B
YAML
Raw Normal View History

2021-06-26 10:24:52 +00:00
name: angel3_mustache
2022-04-23 04:21:39 +00:00
version: 6.0.0
2021-06-26 10:24:52 +00:00
description: A service that renders Mustache template into HTML view for Angel3
2022-01-04 12:03:52 +00:00
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/mustache
2017-11-18 18:39:52 +00:00
environment:
2022-04-23 04:21:39 +00:00
sdk: '>=2.16.0 <3.0.0'
2016-04-22 02:22:33 +00:00
dependencies:
2022-04-23 04:21:39 +00:00
angel3_framework: ^6.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
2022-04-24 01:42:33 +00:00
test: ^1.21.0
2022-01-04 12:03:52 +00:00
lints: ^1.0.0