15 lines
406 B
YAML
15 lines
406 B
YAML
name: canteenlib
|
|
description: Knihovna pro komunikaci se stravovacím systémem iCanteen s možností objednávání jídla
|
|
version: 0.1.0-alpha.5
|
|
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
|
|
dependencies:
|
|
http: ^0.13.4
|