platform/packages/cors/pubspec.yaml

24 lines
600 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-03-13 00:22:47 +00:00
sdk: ">=2.10.0 <3.0.0"
2019-02-07 15:46:06 +00:00
homepage: https://github.com/angel-dart/cors.git
name: angel_cors
2021-03-13 00:22:47 +00:00
version: 3.0.0
publish_to: none
2016-12-05 02:16:54 +00:00
dependencies:
2021-03-13 00:22:47 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
2019-02-07 15:46:06 +00:00
dev_dependencies:
2021-03-13 00:22:47 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/test
http: ^0.13.0
pedantic: ^1.11.0
test: ^1.16.5