Index: polymer/pubspec.yaml |
diff --git a/polymer/pubspec.yaml b/polymer/pubspec.yaml |
deleted file mode 100644 |
index 5223a1e432697b8ccf3d4723c38aceb816a6f99f..0000000000000000000000000000000000000000 |
--- a/polymer/pubspec.yaml |
+++ /dev/null |
@@ -1,86 +0,0 @@ |
-name: polymer |
-version: 0.16.3+3 |
-author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
-description: > |
- Polymer.dart is a new type of library for the web, built on top of Web |
- Components, and designed to leverage the evolving web platform on modern |
- browsers. |
-homepage: https://www.dartlang.org/polymer-dart/ |
-dependencies: |
- analyzer: '>=0.15.6 <0.26.0' |
- args: '>=0.11.0 <0.14.0' |
- barback: '>=0.14.2 <0.16.0' |
- browser: '>=0.10.0 <0.11.0' |
- code_transformers: '>=0.2.7 <0.3.0' |
- html: '>=0.12.0 <0.13.0' |
- initialize: '>=0.5.1+3 <0.7.0' |
- logging: '>=0.9.2 <0.12.0' |
- path: '>=0.9.0 <2.0.0' |
- polymer_expressions: '>=0.12.0 <0.14.0' |
- polymer_interop: '>=0.1.0+2 <0.2.0' |
- smoke: '>=0.2.0 <0.4.0' |
- source_maps: '>=0.9.4 <0.11.0' |
- source_span: '>=1.0.0 <2.0.0' |
- template_binding: '>=0.12.0 <0.15.0' |
- web_components: '>=0.11.3 <0.12.0' |
- yaml: '>=0.9.0 <3.0.0' |
- |
- # Because polymer exports observe, it needs to keep its version constraint |
- # tight to ensure that a constraint on polymer properly constraints all |
- # features it provides. |
- observe: '>=0.13.1 <0.13.2' |
-dev_dependencies: |
- unittest: '>=0.10.0 <0.12.0' |
- markdown: '>=0.7.0 <0.8.0' |
-transformers: |
-- code_transformers/src/delete_file: |
- $include: |
- - lib/src/build/log_injector.css |
-- observe: |
- files: lib/src/instance.dart |
- $include: lib/src/instance.dart |
- |
-- polymer: |
- entry_points: |
- - test/attr_deserialize_test.html |
- - test/attr_mustache_test.html |
- - test/auto_binding_test.html |
- - test/bind_mdv_test.html |
- - test/bind_properties_test.html |
- - test/bind_test.html |
- - test/computed_properties_test.html |
- - test/custom_event_test.html |
- - test/entered_view_test.html |
- - test/event_binding_release_handler_test.html |
- - test/event_controller_test.html |
- - test/event_handlers_test.html |
- - test/event_path_declarative_test.html |
- - test/event_path_test.html |
- - test/events_test.html |
- - test/force_ready_test.html |
- - test/import_test.html |
- - test/inject_bound_html_test.html |
- - test/instance_attrs_test.html |
- - test/js_custom_event_test.html |
- - test/js_interop_test.html |
- - test/layout_test.html |
- - test/nested_binding_test.html |
- - test/noscript_test.html |
- - test/prop_attr_bind_reflection_test.html |
- - test/prop_attr_reflection_test.html |
- - test/property_change_test.html |
- - test/property_observe_test.html |
- - test/publish_attributes_test.html |
- - test/publish_inherited_properties_test.html |
- - test/register_test.html |
- - test/sort_registration_test.html |
- - test/take_attributes_test.html |
- - test/template_attr_template_test.html |
- - test/template_distribute_dynamic_test.html |
- - test/two_way_bind_test.html |
- - test/unbind_test.html |
- - test/web_components_less_test.html |
- - test/when_polymer_ready_test.html |
- |
-environment: |
- sdk: '>=1.4.0 <2.0.0' |