platform/pubspec.yaml

19 lines
423 B
YAML
Raw Normal View History

2016-04-21 21:27:22 +00:00
name: angel_static
description: Static server middleware for Angel.
2016-12-21 17:51:43 +00:00
environment:
sdk: ">=1.19.0"
2017-06-16 02:05:06 +00:00
homepage: https://github.com/angel-dart/static
author: Tobe O <thosakwe@gmail.com>
2017-11-18 05:43:20 +00:00
version: 1.3.0-alpha+1
2016-04-21 21:27:22 +00:00
dependencies:
2017-09-23 21:57:54 +00:00
angel_framework: ^1.1.0-alpha
file: ^2.0.0
2017-02-27 00:19:34 +00:00
intl: ">=0.0.0 <1.0.0"
2017-01-28 16:33:22 +00:00
mime: ^0.9.3
2017-06-16 02:05:06 +00:00
path: ^1.4.2
2016-04-21 21:27:22 +00:00
dev_dependencies:
2017-09-24 05:02:10 +00:00
angel_test: ^1.1.0-alpha
2016-12-21 17:51:43 +00:00
http: ^0.11.3
2017-06-16 03:30:54 +00:00
mustache4dart: ^1.1.0
2016-12-21 17:51:43 +00:00
test: ^0.12.13