platform/packages/cors/pubspec.yaml

15 lines
406 B
YAML
Raw Normal View History

name: angel3_cors
2022-01-04 12:03:52 +00:00
version: 4.1.0
2021-07-10 01:05:24 +00:00
description: Angel3 CORS middleware. Ported from expressjs/cors to Angel3 framework.
homepage: https://angel3-framework.web.app/
2022-01-04 12:03:52 +00:00
repository: https://github.com/dukefirehawk/angel/tree/master/packages/cors
2016-12-05 02:49:14 +00:00
environment:
sdk: '>=2.12.0 <3.0.0'
2016-12-05 02:16:54 +00:00
dependencies:
2022-01-04 12:03:52 +00:00
angel3_framework: ^4.2.0
2019-02-07 15:46:06 +00:00
dev_dependencies:
angel3_test: ^4.0.0
http: ^0.13.3
2022-01-04 12:03:52 +00:00
lints: ^1.0.0
test: ^1.17.5