platform/pubspec.yaml

15 lines
359 B
YAML
Raw Normal View History

2016-11-23 22:03:06 +00:00
name: angel_proxy
description: Angel middleware to forward requests to another server (i.e. pub serve).
2018-03-20 18:01:10 +00:00
version: 1.1.1
2016-11-23 22:03:06 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/proxy
environment:
2017-04-02 02:06:27 +00:00
sdk: ">=1.19.0"
2016-11-23 22:03:06 +00:00
dependencies:
2017-09-24 18:49:18 +00:00
angel_framework: ^1.1.0-alpha
http: ^0.11.3
2016-11-23 22:03:06 +00:00
dev_dependencies:
2017-09-24 18:49:18 +00:00
angel_test: ^1.1.0-alpha
test: ^0.12.15
2018-03-20 18:01:10 +00:00