21 lines
492 B
YAML
21 lines
492 B
YAML
name: angel_proxy
|
|
description: Angel middleware to forward requests to another server (i.e. pub serve).
|
|
version: 2.2.0
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/proxy
|
|
environment:
|
|
sdk: ">=2.10.0 <2.12.0"
|
|
dependencies:
|
|
angel_framework: #^2.0.0-alpha
|
|
path: ../framework
|
|
http: ^0.12.0
|
|
http_parser: ^3.0.0
|
|
path: ^1.0.0
|
|
dev_dependencies:
|
|
angel_test: #^2.0.0-alpha
|
|
path: ../test
|
|
logging:
|
|
mock_request:
|
|
pedantic: ^1.0.0
|
|
test: ^1.15.7
|
|
|