nyxx/nyxx/pubspec.yaml

19 lines
476 B
YAML
Raw Permalink Normal View History

2018-06-17 13:15:59 +02:00
name: nyxx
version: 2.0.0-rc.4
description: A Discord library for Dart. Simple, robust framework for creating discord bots for Dart language.
2018-06-17 13:15:59 +02:00
homepage: https://github.com/l7ssha/nyxx
repository: https://github.com/l7ssha/nyxx
documentation: https://github.com/l7ssha/nyxx/wiki
issue_tracker: https://github.com/l7ssha/nyxx/issues
2018-09-23 14:31:27 +02:00
2018-06-17 14:42:32 +02:00
environment:
sdk: '>=2.12.0 <3.0.0'
2018-09-23 14:31:27 +02:00
2016-09-15 03:56:33 +02:00
dependencies:
2021-03-30 23:08:24 +02:00
http: "^0.13.1"
logging: "^1.0.1"
2021-03-16 23:07:51 +01:00
path: "^1.8.0"
dev_dependencies:
2021-03-16 23:07:51 +01:00
test: "^1.16.8"