platform/pubspec.yaml

15 lines
384 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-11-18 18:39:10 +00:00
version: 1.1.0
2017-11-18 18:39:52 +00:00
environment:
sdk: ">=1.19.0"
2016-04-22 02:22:33 +00:00
dependencies:
2017-11-18 18:39:10 +00:00
angel_framework: "^1.1.0-alpha"
file: ^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"