moxxmpp/examples_dart/pubspec.yaml

33 lines
709 B
YAML
Raw Normal View History

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:
args: 2.4.1
chalkdart: 2.0.9
cli_repl: 0.2.3
logging: ^1.0.2
moxxmpp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub
2023-04-05 11:20:16 +00:00
version: 0.3.1
moxxmpp_socket_tcp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub
2023-04-05 11:20:16 +00:00
version: 0.3.1
omemo_dart:
2023-06-18 19:30:35 +00:00
hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub
version: ^0.5.0
dependency_overrides:
moxxmpp:
path: ../packages/moxxmpp
2023-04-05 11:20:16 +00:00
moxxmpp_socket_tcp:
path: ../packages/moxxmpp_socket_tcp
dev_dependencies:
lints: ^2.0.0
test: ^1.16.0