This repository has been archived on 2023-10-14. You can view files and clone it, but cannot push or open issues or pull requests.
canteenlib/pubspec.yaml

16 lines
406 B
YAML
Raw Normal View History

name: canteenlib
2022-03-30 15:30:51 +02:00
description: Knihovna pro komunikaci se stravovacím systémem iCanteen s možností objednávání jídla
2022-03-30 16:29:05 +02:00
version: 0.1.0-alpha.6
2022-03-28 17:04:55 +02:00
repository: 'https://github.com/hernikplays/canteenlib'
issue_tracker: 'https://github.com/hernikplays/canteenlib/issues'
environment:
sdk: '>=2.16.1 <3.0.0'
dev_dependencies:
dotenv: ^3.0.0
lints: ^1.0.0
test: ^1.16.0
2022-03-28 17:04:55 +02:00
dependencies:
http: ^0.13.4