youtube_explode/pubspec.yaml

26 lines
591 B
YAML

name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
version: 1.7.6
homepage: https://github.com/Hexer10/youtube_explode_dart
environment:
sdk: '>=2.6.0 <3.0.0'
dependencies:
html: ^0.14.0+3
http: ^0.12.0+4
http_parser: ^3.1.3
xml: '>=3.0.0 <5.0.0'
equatable: ^1.1.0
meta: ^1.1.8
json_annotation: ^3.1.0
dev_dependencies:
effective_dart: ^1.2.4
console: ^3.1.0
test: ^1.12.0
grinder: ^0.8.5
pedantic: ^1.9.2
json_serializable: ^3.5.0
build_runner: ^1.10.4