Update dependencies and package fields
This commit is contained in:
parent
09b338c3f4
commit
f2e7b4edf5
15
pubspec.yaml
15
pubspec.yaml
|
@ -1,18 +1,19 @@
|
|||
name: unofficial_jisho_api
|
||||
description: A starting point for Dart libraries or applications.
|
||||
description: An unofficial api for searching and scraping the japanese dictionary Jisho.org
|
||||
version: 1.0.0
|
||||
homepage: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/
|
||||
repository: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/
|
||||
issue_tracker: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/issues
|
||||
|
||||
|
||||
environment:
|
||||
sdk: '>=2.7.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
xml: ^3.7.0
|
||||
html_unescape: ^1.0.1+3
|
||||
html: ^0.14.0+3
|
||||
|
||||
dev_dependencies:
|
||||
pedantic: ^1.8.0
|
||||
test: ^1.8.0
|
||||
path: ^1.6.0
|
||||
effective_dart: ^1.0.0
|
||||
pedantic: ^1.9.0
|
||||
test: ^1.15.0
|
||||
path: ^1.7.0
|
||||
effective_dart: ^1.2.3
|
||||
|
|
Loading…
Reference in New Issue