youtube_explode/pubspec.yaml

20 lines
421 B
YAML
Raw Normal View History

2020-02-20 19:50:10 +01:00
name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions.
2020-06-03 13:18:37 +02:00
version: 0.0.17
2020-02-20 19:55:45 +01:00
homepage: https://github.com/Hexer10/youtube_explode_dart
2020-02-20 19:50:10 +01:00
environment:
2020-02-23 20:29:08 +01:00
sdk: '>=2.6.0 <3.0.0'
2020-02-20 19:50:10 +01:00
dependencies:
html: ^0.14.0+3
http: ^0.12.0+4
2020-02-21 21:45:03 +01:00
http_parser: ^3.1.3
2020-02-28 14:02:00 +01:00
xml: ^3.5.0
2020-02-24 14:28:52 +01:00
equatable: ^1.1.0
2020-02-20 19:50:10 +01:00
dev_dependencies:
effective_dart: ^1.2.1
2020-02-20 20:54:21 +01:00
dart_console: ^0.5.0
2020-02-28 14:02:00 +01:00
test: ^1.12.0