unofficial_jisho_api_dart/pubspec.yaml

20 lines
471 B
YAML
Raw Normal View History

2020-03-08 21:11:32 +01:00
name: unofficial_jisho_api
2020-06-26 13:37:18 +02:00
description: An unofficial api for searching and scraping the japanese dictionary Jisho.org
2020-03-08 21:11:32 +01:00
version: 1.0.0
2020-06-26 13:37:18 +02:00
repository: 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:
sdk: '>=2.7.0 <3.0.0'
dependencies:
html_unescape: ^1.0.1+3
2020-06-15 10:26:40 +02:00
html: ^0.14.0+3
2020-03-08 21:11:32 +01:00
dev_dependencies:
2020-06-26 13:37:18 +02:00
pedantic: ^1.9.0
test: ^1.15.0
path: ^1.7.0
effective_dart: ^1.2.3