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-05-01 02:48:36 +00:00
|
|
|
version: 4.0.0
|
2021-05-02 04:12:43 +00:00
|
|
|
homepage: https://github.com/dukefirehawk/angel
|
2021-03-08 13:11:46 +00:00
|
|
|
publish_to: none
|
2017-06-06 12:07:59 +00:00
|
|
|
environment:
|
2021-05-01 02:57:26 +00:00
|
|
|
sdk: '>=2.12.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
|
2021-05-01 02:48:36 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-08 13:11:46 +00:00
|
|
|
path: packages/framework
|
2021-05-01 02:48:36 +00:00
|
|
|
angel_websocket:
|
2021-03-08 13:11:46 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-05-01 02:48:36 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-08 13:11:46 +00:00
|
|
|
path: packages/websocket
|
2021-05-01 02:57:26 +00:00
|
|
|
html_builder:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/html_builder
|
|
|
|
charcode: ^1.2.0
|
|
|
|
glob: ^2.0.1
|
|
|
|
io: ^1.0.0
|
|
|
|
path: ^1.8.0
|
|
|
|
vm_service: ^6.2.0
|
2021-03-08 13:11:46 +00:00
|
|
|
watcher: ^1.0.0
|
2017-06-06 12:07:59 +00:00
|
|
|
dev_dependencies:
|
2021-05-01 02:57:26 +00:00
|
|
|
http: ^0.13.2
|
|
|
|
logging: ^1.0.1
|
|
|
|
pedantic: ^1.11.0
|