platform/packages/hot/pubspec.yaml

24 lines
560 B
YAML
Raw Normal View History

2017-06-06 12:07:59 +00:00
name: angel_hot
2018-11-02 20:28:45 +00:00
description: Supports hot reloading/hot code push of Angel servers on file changes.
2019-05-06 23:24:21 +00:00
version: 2.0.6
2017-06-06 12:07:59 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/hot
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2017-06-06 12:07:59 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_framework: #^2.0.0-alpha
path: ../framework
angel_websocket: #^2.0.0-alpha
path: ../websocket
2018-11-02 20:31:12 +00:00
charcode: ^1.0.0
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-10-02 15:20:11 +00:00
io: ^0.3.2
2019-05-01 09:41:26 +00:00
path: ^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:
2021-02-14 05:22:25 +00:00
http: ^0.12.0
2019-05-01 09:51:27 +00:00
logging: ^0.11.0
pedantic: ^1.0.0