30 lines
749 B
YAML
30 lines
749 B
YAML
name: angel_hot
|
|
description: Supports hot reloading/hot code push of Angel servers on file changes.
|
|
version: 3.0.0
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/hot
|
|
publish_to: none
|
|
environment:
|
|
sdk: ">=2.10.0 <3.0.0"
|
|
dependencies:
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/framework
|
|
angel_websocket: #^2.0.0-alpha
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x
|
|
path: packages/websocket
|
|
charcode: ^1.0.0
|
|
glob: ^2.0.0
|
|
html_builder: ^1.0.0
|
|
io: ^0.3.5
|
|
path: ^1.0.0
|
|
vm_service_lib: ^3.22.2+1
|
|
watcher: ^1.0.0
|
|
dev_dependencies:
|
|
http: ^0.13.0
|
|
logging: ^1.0.0
|
|
pedantic: ^1.0.0
|