2020-03-08 21:11:32 +01:00
|
|
|
name: unofficial_jisho_api
|
2022-05-08 02:06:45 +02:00
|
|
|
version: 3.0.0
|
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
|
2022-05-08 02:06:45 +02:00
|
|
|
equatable: ^2.0.3
|
2020-03-08 21:11:32 +01:00
|
|
|
|
|
|
|
dev_dependencies:
|
2022-02-13 01:18:27 +01:00
|
|
|
lints: ^1.0.1
|
2021-07-25 22:57:02 +02:00
|
|
|
test: ^1.17.10
|
|
|
|
path: ^1.8.0
|
|
|
|
effective_dart: ^1.3.2
|