platform/pubspec.yaml

18 lines
399 B
YAML
Raw Normal View History

2016-12-21 20:34:04 +00:00
name: angel
description: An easily-extensible web server framework in Dart.
publish_to: none
environment:
sdk: ">=1.19.0"
homepage: https://github.com/angel-dart/angel
2016-12-21 19:06:09 +00:00
dependencies:
2017-04-10 13:52:06 +00:00
angel_common: ^1.0.0
2016-12-21 20:34:04 +00:00
angel_configuration: ^1.0.0
2017-06-06 12:30:13 +00:00
angel_hot: ^1.0.0-rc.1
2017-02-25 00:49:15 +00:00
angel_multiserver: ^1.0.0
2017-02-28 22:59:39 +00:00
dev_dependencies:
grinder: ^0.8.0
2016-12-21 20:34:04 +00:00
http: ^0.11.3
test: ^0.12.13
2017-04-10 14:03:29 +00:00
transformers:
- angel_configuration