platform/pubspec.yaml

12 lines
345 B
YAML
Raw Normal View History

2016-04-22 02:22:33 +00:00
name: angel_mustache
description: Mustache view generator for Angel.
author: thosakwe <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_mustache
2017-04-05 22:43:49 +00:00
version: 1.0.3
2016-04-22 02:22:33 +00:00
dependencies:
2016-06-21 23:07:19 +00:00
angel_framework: ">=1.0.0-dev < 2.0.0"
2016-04-22 02:22:33 +00:00
mustache4dart: ">= 1.0.0 < 2.0.0"
dev_dependencies:
http: ">= 0.11.3 < 0.12.0"
2017-04-05 22:43:49 +00:00
test: ">= 0.12.13 < 0.13.0"