youtube_explode/pubspec.yaml

17 lines
385 B
YAML
Raw Normal View History

2020-02-20 19:50:10 +01:00
name: youtube_explode_dart
2020-02-20 21:03:42 +01:00
description: A port in dart of the youtube explode library. Support serveral API functions.
2020-02-21 23:48:37 +01:00
version: 0.0.5
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:
sdk: '>=2.7.0 <3.0.0'
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-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
test: ^1.12.0