Files
sdk/pkg/custom_element/pubspec.yaml
T
jmesserly@google.com 6121faba73 add mutation observer polyfill package
also enables custom element tests on all supported platforms

R=sigmund@google.com

Review URL: https://codereview.chromium.org//21109007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25637 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-30 20:48:47 +00:00

15 lines
450 B
YAML

name: custom_element
author: "Web UI Team <web-ui-dev@dartlang.org>"
homepage: http://www.dartlang.org/
description: >
Custom Elements let authors define their own elements. Authors associate code
with custom tag names, and then use those custom tag names as they would any
standard tag.
dependencies:
meta: any
mutation_observer: any
# TODO(jmesserly): fix this, we should not depend on MDV.
mdv: any
dev_dependencies:
unittest: any