platform/packages/proxy/pubspec.yaml

22 lines
492 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).
2019-10-12 15:19:57 +00:00
version: 2.2.0
2016-11-23 22:03:06 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/proxy
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2016-11-23 22:03:06 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
path: ../framework
2018-11-08 22:13:26 +00:00
http: ^0.12.0
2018-11-08 22:13:58 +00:00
http_parser: ^3.0.0
2018-11-09 00:14:32 +00:00
path: ^1.0.0
2016-11-23 22:03:06 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_test: #^2.0.0-alpha
path: ../test
2018-11-08 22:13:26 +00:00
logging:
2018-11-08 22:13:58 +00:00
mock_request:
2019-05-02 23:19:30 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7
2018-03-20 18:01:10 +00:00