de84d672c5
Review URL: https://codereview.chromium.org//102993015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31308 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
455 B
YAML
15 lines
455 B
YAML
name: custom_element
|
|
version: 0.9.1+2
|
|
author: "Polymer.dart 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:
|
|
mutation_observer: ">=0.9.0 <0.10.0"
|
|
dev_dependencies:
|
|
unittest: ">=0.9.0 <0.10.0"
|
|
environment:
|
|
sdk: ">=1.0.0 <2.0.0"
|