2018-07-03 23:16:29 +00:00
|
|
|
name: angel_wings
|
2021-06-20 12:37:20 +00:00
|
|
|
version: 1.0.0
|
|
|
|
description: Native HTTP driver for Angel, for a nice speed boost.
|
|
|
|
homepage: https://github.com/angel-dart/wings
|
|
|
|
publish_to: none
|
2019-03-14 17:24:31 +00:00
|
|
|
environment:
|
2021-06-20 12:37:20 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2018-07-03 23:16:29 +00:00
|
|
|
dependencies:
|
2021-06-20 12:37:20 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/framework
|
|
|
|
mock_request:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/mock_request
|
2018-07-03 23:16:29 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_static: #^2.0.0
|
2021-06-20 12:37:20 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/static
|
|
|
|
io: ^1.0.0
|
|
|
|
pedantic: ^1.11.1
|
|
|
|
pretty_logging:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/pretty_logging
|