youtube_explode/pubspec.yaml

20 lines
466 B
YAML
Raw Normal View History

2020-02-20 19:50:10 +01:00
name: youtube_explode_dart
2020-06-05 20:14:22 +02:00
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
2020-06-14 12:16:21 +02:00
version: 1.1.0
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-06-06 00:06:50 +02:00
xml: '>=3.0.0 <5.0.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