platform/packages/cors/pubspec.yaml

17 lines
419 B
YAML
Raw Normal View History

2019-02-07 15:46:06 +00:00
author: Tobe O <thosakwe@gmail.com>
2019-02-07 16:59:45 +00:00
description: Angel CORS middleware. Port of expressjs/cors to the Angel framework.
2016-12-05 02:49:14 +00:00
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2019-02-07 15:46:06 +00:00
homepage: https://github.com/angel-dart/cors.git
name: angel_cors
version: 2.0.0
2016-12-05 02:16:54 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
path: ../framework
2019-02-07 15:46:06 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_test: #^2.0.0
path: ../test
2019-02-07 15:46:06 +00:00
http: ^0.12.0
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7