platform/packages/framework/pubspec.yaml

60 lines
1.4 KiB
YAML
Raw Normal View History

2016-02-28 13:11:17 +00:00
name: angel_framework
version: 4.0.0
2018-11-11 01:07:09 +00:00
description: A high-powered HTTP server with dependency injection, routing and much more.
2016-02-28 13:11:17 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework
2021-03-06 14:10:24 +00:00
publish_to: none
environment:
2021-03-06 14:10:24 +00:00
sdk: ">=2.10.0 <3.0.0"
2016-02-28 13:11:17 +00:00
dependencies:
2021-03-07 13:27:36 +00:00
angel_container:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
2021-03-07 13:27:36 +00:00
path: packages/container/angel_container
angel_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
2021-03-07 13:27:36 +00:00
path: packages/http_exception
angel_model:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
2021-03-07 13:27:36 +00:00
path: packages/model
angel_route:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
2021-03-07 13:27:36 +00:00
path: packages/route
2017-08-15 23:01:16 +00:00
charcode: ^1.0.0
combinator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/combinator
2021-03-06 14:10:24 +00:00
file: ^6.1.0
http_parser: ^4.0.0
2018-12-09 04:18:31 +00:00
http_server: ^0.9.0
2021-03-06 14:10:24 +00:00
http2: ^2.0.0
logging: ^1.0.0
2017-10-10 16:55:42 +00:00
matcher: ^0.12.0
merge_map: ^1.0.0
meta: ^1.0.0
2021-03-06 14:10:24 +00:00
mime: ^0.9.0
mock_request: ^1.0.0
2018-08-20 02:50:36 +00:00
path: ^1.0.0
2020-02-05 23:02:46 +00:00
# pedantic: ^1.0.0
2018-12-31 17:12:32 +00:00
quiver_hashcode: ^2.0.0
2021-03-06 14:10:24 +00:00
recase: ^3.0.1
2018-06-08 07:06:26 +00:00
stack_trace: ^1.0.0
2019-11-22 13:34:41 +00:00
string_scanner: ^1.0.0
2021-03-06 14:10:24 +00:00
tuple: ^1.0.3
uuid: ^3.0.1
2016-04-18 03:27:23 +00:00
dev_dependencies:
2021-03-06 14:10:24 +00:00
http: ^0.13.0
io: ^1.0.0
#pretty_logging: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7
2021-03-06 14:10:24 +00:00