Update dependencies and package fields

This commit is contained in:
Oystein Kristoffer Tveit 2020-06-26 13:37:18 +02:00
parent 09b338c3f4
commit f2e7b4edf5
1 changed files with 8 additions and 7 deletions

View File

@ -1,18 +1,19 @@
name: unofficial_jisho_api 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 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: environment:
sdk: '>=2.7.0 <3.0.0' sdk: '>=2.7.0 <3.0.0'
dependencies: dependencies:
xml: ^3.7.0
html_unescape: ^1.0.1+3 html_unescape: ^1.0.1+3
html: ^0.14.0+3 html: ^0.14.0+3
dev_dependencies: dev_dependencies:
pedantic: ^1.8.0 pedantic: ^1.9.0
test: ^1.8.0 test: ^1.15.0
path: ^1.6.0 path: ^1.7.0
effective_dart: ^1.0.0 effective_dart: ^1.2.3