platform/pubspec.yaml

17 lines
437 B
YAML
Raw Normal View History

2017-06-06 12:07:59 +00:00
name: angel_hot
description: Supports hot reloading of Angel servers on file changes.
2018-10-02 15:08:23 +00:00
version: 2.0.0
2017-06-06 12:07:59 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/hot
environment:
2018-10-02 15:08:23 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2017-06-06 12:07:59 +00:00
dependencies:
2018-10-02 15:08:23 +00:00
angel_framework: ^2.0.0-alpha
angel_websocket: ^2.0.0-alpha
2018-06-07 16:11:03 +00:00
glob: ^1.0.0
2017-06-06 12:07:59 +00:00
html_builder: ^1.0.0
2018-06-07 16:11:03 +00:00
vm_service_lib: ^0.3.5
watcher: ^0.9.0
2017-06-06 12:07:59 +00:00
dev_dependencies:
http: ^0.11.3
2018-10-02 15:08:23 +00:00
logging: ^0.11.0