platform/pubspec.yaml
2018-06-07 12:11:03 -04:00

20 lines
No EOL
495 B
YAML

name: angel_hot
description: Supports hot reloading of Angel servers on file changes.
version: 1.1.1
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/hot
environment:
sdk: ">=1.19.0 <3.0.0"
dependencies:
angel_framework: ^1.1.0
angel_websocket: ^1.1.0-alpha
dart2_constant: ^1.0.0
glob: ^1.0.0
html_builder: ^1.0.0
vm_service_lib: ^0.3.5
watcher: ^0.9.0
dev_dependencies:
angel_test: ^1.0.0
http: ^0.11.3
logging: ^0.11.0
test: ^0.12.15