| OLD | NEW |
| (Empty) |
| 1 name: polymer | |
| 2 version: 0.15.3+1 | |
| 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> | |
| 4 description: > | |
| 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 | |
| 7 browsers. | |
| 8 homepage: https://www.dartlang.org/polymer-dart/ | |
| 9 dependencies: | |
| 10 analyzer: '>=0.15.6 <0.23.0' | |
| 11 args: '>=0.11.0 <0.13.0' | |
| 12 barback: '>=0.14.2 <0.16.0' | |
| 13 browser: '>=0.10.0 <0.11.0' | |
| 14 code_transformers: '>=0.2.3 <0.3.0' | |
| 15 html5lib: '>=0.12.0 <0.13.0' | |
| 16 logging: '>=0.9.2 <0.10.0' | |
| 17 path: '>=0.9.0 <2.0.0' | |
| 18 polymer_expressions: '>=0.12.0 <0.14.0' | |
| 19 smoke: '>=0.2.0 <0.3.0' | |
| 20 source_maps: '>=0.9.4 <0.11.0' | |
| 21 source_span: '>=1.0.0 <2.0.0' | |
| 22 template_binding: '>=0.12.0 <0.15.0' | |
| 23 web_components: '>=0.10.0 <0.11.0' | |
| 24 yaml: '>=0.9.0 <3.0.0' | |
| 25 | |
| 26 # Because polymer exports observe, it needs to keep its version constraint | |
| 27 # tight to ensure that a constraint on polymer properly constraints all | |
| 28 # features it provides. | |
| 29 observe: '>=0.12.2 <0.12.3' | |
| 30 dev_dependencies: | |
| 31 unittest: '>=0.10.0 <0.12.0' | |
| 32 markdown: '>=0.7.0 <0.8.0' | |
| 33 transformers: | |
| 34 - polymer/src/build/mirrors_remover: | |
| 35 $include: lib/polymer.dart | |
| 36 - code_transformers/src/delete_file: | |
| 37 $include: | |
| 38 - lib/src/build/log_injector.css | |
| 39 - lib/src/js/polymer/polymer.js | |
| 40 - observe: | |
| 41 files: lib/src/instance.dart | |
| 42 $include: lib/src/instance.dart | |
| 43 environment: | |
| 44 sdk: '>=1.4.0 <2.0.0' | |
| OLD | NEW |