OLD | NEW |
1 name: polymer | 1 name: polymer |
2 version: 0.16.3+3 | 2 version: 0.16.3+3 |
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> | 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
4 description: > | 4 description: > |
5 Polymer.dart is a new type of library for the web, built on top of Web | 5 Polymer.dart is a new type of library for the web, built on top of Web |
6 Components, and designed to leverage the evolving web platform on modern | 6 Components, and designed to leverage the evolving web platform on modern |
7 browsers. | 7 browsers. |
8 homepage: https://www.dartlang.org/polymer-dart/ | 8 homepage: https://www.dartlang.org/polymer-dart/ |
9 dependencies: | 9 dependencies: |
10 analyzer: '>=0.15.6 <0.26.0' | 10 analyzer: '>=0.15.6 <0.26.0' |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 - test/take_attributes_test.html | 77 - test/take_attributes_test.html |
78 - test/template_attr_template_test.html | 78 - test/template_attr_template_test.html |
79 - test/template_distribute_dynamic_test.html | 79 - test/template_distribute_dynamic_test.html |
80 - test/two_way_bind_test.html | 80 - test/two_way_bind_test.html |
81 - test/unbind_test.html | 81 - test/unbind_test.html |
82 - test/web_components_less_test.html | 82 - test/web_components_less_test.html |
83 - test/when_polymer_ready_test.html | 83 - test/when_polymer_ready_test.html |
84 | 84 |
85 environment: | 85 environment: |
86 sdk: '>=1.4.0 <2.0.0' | 86 sdk: '>=1.4.0 <2.0.0' |
OLD | NEW |