unofficial_jisho_api_dart/pubspec.yaml

21 lines
484 B
YAML
Raw Normal View History

2020-03-08 21:11:32 +01:00
name: unofficial_jisho_api
2021-07-26 20:17:30 +02:00
version: 2.0.2
2020-06-26 13:37:18 +02:00
2020-06-26 18:25:08 +02:00
description: An unofficial api for searching and scraping the japanese dictionary Jisho.org
homepage: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/
issue_tracker: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/issues
2020-03-08 21:11:32 +01:00
environment:
2021-07-25 22:57:02 +02:00
sdk: '>=2.12.0 <3.0.0'
2020-03-08 21:11:32 +01:00
dependencies:
2021-07-25 22:57:02 +02:00
http: ^0.13.3
html_unescape: ^2.0.0
html: ^0.15.0
2020-03-08 21:11:32 +01:00
dev_dependencies:
2021-07-25 22:57:02 +02:00
pedantic: ^1.11.1
test: ^1.17.10
path: ^1.8.0
effective_dart: ^1.3.2