Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: pkg/custom_element/pubspec.yaml

Issue 20886002: add custom_element package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/custom_element/lib/src/custom_tag_name.dart ('k') | pkg/custom_element/test/analyzer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/custom_element/pubspec.yaml
diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f51f7158c9a32bfd109cc45516fdc06635ada2cc
--- /dev/null
+++ b/pkg/custom_element/pubspec.yaml
@@ -0,0 +1,12 @@
+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:
+ # TODO(jmesserly): fix this, we should not depend on MDV.
+ mdv: any
+dev_dependencies:
+ unittest: any
« no previous file with comments | « pkg/custom_element/lib/src/custom_tag_name.dart ('k') | pkg/custom_element/test/analyzer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698