mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-09 14:40:51 +00:00
18 lines
347 B
YAML
18 lines
347 B
YAML
name: web_ex
|
|
description: An absolute bare-bones web app.
|
|
# version: 1.0.0
|
|
#homepage: https://www.example.com
|
|
#author: Colin Nelson <colinnlsn@gmail.com>
|
|
|
|
environment:
|
|
sdk: '>=2.2.0 <3.0.0'
|
|
|
|
dependencies:
|
|
# path: ^1.4.1
|
|
http: ^0.12.0+2
|
|
epub: ^2.0.6
|
|
|
|
dev_dependencies:
|
|
build_runner: ^1.1.2
|
|
build_web_compilers: ^1.0.0
|
|
pedantic: ^1.0.0
|