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.
|
2021-03-08 13:11:46 +00:00
|
|
|
version: 3.0.0
|
2017-06-06 12:07:59 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
homepage: https://github.com/angel-dart/hot
|
2021-03-08 13:11:46 +00:00
|
|
|
publish_to: none
|
2017-06-06 12:07:59 +00:00
|
|
|
environment:
|
2021-03-08 13:11:46 +00:00
|
|
|
sdk: ">=2.10.0 <3.0.0"
|
2017-06-06 12:07:59 +00:00
|
|
|
dependencies:
|
2021-03-08 13:11:46 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/framework
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_websocket: #^2.0.0-alpha
|
2021-03-08 13:11:46 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/websocket
|
2018-11-02 20:31:12 +00:00
|
|
|
charcode: ^1.0.0
|
2021-03-08 13:11:46 +00:00
|
|
|
glob: ^2.0.0
|
2017-06-06 12:07:59 +00:00
|
|
|
html_builder: ^1.0.0
|
2021-03-08 13:11:46 +00:00
|
|
|
io: ^1.0.0
|
2019-05-01 09:41:26 +00:00
|
|
|
path: ^1.0.0
|
2021-03-08 13:11:46 +00:00
|
|
|
vm_service_lib: ^3.22.2+1
|
|
|
|
watcher: ^1.0.0
|
2017-06-06 12:07:59 +00:00
|
|
|
dev_dependencies:
|
2021-03-08 13:11:46 +00:00
|
|
|
http: ^0.13.0
|
|
|
|
logging: ^1.0.0
|
2019-05-01 09:51:27 +00:00
|
|
|
pedantic: ^1.0.0
|