25 lines
496 B
YAML
25 lines
496 B
YAML
name: example_dart
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
# homepage: https://www.example.com
|
|
|
|
environment:
|
|
sdk: '>=2.18.0 <3.0.0'
|
|
|
|
dependencies:
|
|
logging: ^1.0.2
|
|
moxxmpp:
|
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
|
version: 0.3.0
|
|
moxxmpp_socket_tcp:
|
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
|
version: 0.3.0
|
|
|
|
dependency_overrides:
|
|
moxxmpp:
|
|
path: ../packages/moxxmpp
|
|
|
|
dev_dependencies:
|
|
lints: ^2.0.0
|
|
test: ^1.16.0
|