Files
sdk/pkg/third_party/html5lib/pubspec.yaml
T

14 lines
360 B
YAML

name: html5lib
version: 0.10.0
author: Dart Team <misc@dartlang.org>
description: A library for working with HTML documents.
homepage: http://pub.dartlang.org/packages/html5lib
environment:
sdk: '>=1.2.0 <2.0.0'
dependencies:
source_maps: '>=0.9.0 <0.10.0'
utf: '>=0.9.0 <0.10.0'
dev_dependencies:
path: '>=0.9.0 <2.0.0'
unittest: '>=0.10.0 <0.11.0'