platform/pubspec.yaml

36 lines
954 B
YAML
Raw Normal View History

2016-02-28 13:11:17 +00:00
name: angel_framework
2018-11-06 19:28:56 +00:00
version: 2.0.0-alpha.10
2018-08-20 02:50:36 +00:00
description: >
A high-powered HTTP server with DI, routing and more.
When combined with the other packages in the Angel ecosystem, this
package can be used to make robust application servers for API's,
traditional server-side applications, and much more, along with
a rich client API.
2016-02-28 13:11:17 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework
environment:
2018-08-20 02:40:47 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2016-02-28 13:11:17 +00:00
dependencies:
2018-08-19 15:33:25 +00:00
angel_container: ^1.0.0-alpha
2017-09-22 04:48:22 +00:00
angel_http_exception: ^1.0.0
2017-07-11 20:48:19 +00:00
angel_model: ^1.0.0
2018-08-20 19:55:44 +00:00
angel_route: ^3.0.0
2018-08-20 02:47:22 +00:00
body_parser: ^1.0.0
2017-08-15 23:01:16 +00:00
charcode: ^1.0.0
2018-08-20 02:46:48 +00:00
combinator: ^1.0.0
2018-05-16 02:05:13 +00:00
dart2_constant: ^1.0.0
2018-08-20 02:45:55 +00:00
file: ^5.0.0
2018-06-08 07:06:26 +00:00
http_parser: ^3.0.0
2017-09-22 14:04:40 +00:00
logging: ">=0.11.3 <1.0.0"
2017-10-10 16:55:42 +00:00
matcher: ^0.12.0
merge_map: ^1.0.0
meta: ^1.0.0
mime: ^0.9.3
2018-08-20 02:50:36 +00:00
path: ^1.0.0
2018-06-08 07:06:26 +00:00
stack_trace: ^1.0.0
2017-08-28 15:29:27 +00:00
tuple: ^1.0.0
2016-04-18 03:27:23 +00:00
dev_dependencies:
http: ^0.11.3
2018-07-09 14:40:06 +00:00
io: ^0.3.0
2018-07-12 15:28:20 +00:00
mock_request: ^1.0.0
2018-08-20 02:45:55 +00:00
test: ^1.0.0