protevus/pubspec.yaml

22 lines
775 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 # Ensure we don't accidentally publish our private code! ;)
2016-12-21 20:34:04 +00:00
environment:
sdk: ">=1.19.0"
homepage: https://github.com/angel-dart/angel
2016-12-21 19:06:09 +00:00
dependencies:
angel_common: ^1.0.0 # Bundles the most commonly-used Angel packages.
angel_configuration: ^1.0.0 # Included in `angel_common`, but also exposes a transformer
angel_hot: ^1.0.0-rc.1 # Hot-reloading support. :)
angel_multiserver: ^1.0.0 # Helpful for applications running a scale.
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
transformers:
# Injects data from application configuration into Dart code.
#
# Documentation:
# https://github.com/angel-dart/configuration
2017-04-10 14:03:29 +00:00
- angel_configuration