Files
sdk/pkg/web_components/pubspec.yaml
T
jmesserly@google.com c3cf7404ae rename d-auto-binding to auto-binding-dart
appending -dart to ports seems like a more generic convention

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37633 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-24 00:47:18 +00:00

14 lines
633 B
YAML

name: web_components
version: 0.3.5-dev.4
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
homepage: https://www.dartlang.org/polymer-dart/
description: >
Polyfills for Shadow DOM, Custom Elements, and HTML Imports.
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. Shadow DOM is designed to provide encapsulation for custom
elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
bundle code and HTML as if they were libraries.
environment:
sdk: ">=1.4.0-dev.6.6 <2.0.0"