Chromium Code Reviews| Index: pkg/third_party/html5lib/pubspec.yaml |
| diff --git a/pkg/third_party/html5lib/pubspec.yaml b/pkg/third_party/html5lib/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..79a09be838857ed28f2a25876eb904f863e80a71 |
| --- /dev/null |
| +++ b/pkg/third_party/html5lib/pubspec.yaml |
| @@ -0,0 +1,10 @@ |
| +name: html5lib |
| +author: Dart Team <misc@dartlang.org> |
| +description: A library for working with HTML documents. |
| +homepage: https://github.com/dart-lang/html5lib |
| +dependencies: |
| + source_maps: any |
| +dev_dependencies: |
| + browser: any |
| + path: any |
| + unittest: any |