OLD | NEW |
1 name: polymer | 1 name: polymer |
2 version: 0.5.2+1 | 2 version: 0.5.3 |
3 author: Web UI Authors <web-ui-dev@dartlang.org> | 3 author: Web UI 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://github.com/dart-lang/web-ui | 8 homepage: https://github.com/dart-lang/web-ui |
9 environment: | 9 environment: |
10 sdk: '>=0.6.13' | 10 sdk: '>=0.6.15+1' |
11 dependencies: | 11 dependencies: |
12 analyzer_experimental: '>=0.6.13' | 12 analyzer_experimental: '>=0.6.13' |
13 args: '>=0.6.13' | 13 args: '>=0.6.13' |
| 14 barback: '>=0.6.13' |
14 browser: '>=0.6.13' | 15 browser: '>=0.6.13' |
15 custom_element: '>=0.6.13' | 16 custom_element: '>=0.6.15+2' |
| 17 fancy_syntax: '>=0.0.6' |
16 html_import: '>=0.6.13' | 18 html_import: '>=0.6.13' |
17 logging: '>=0.6.13' | 19 logging: '>=0.6.13' |
18 mdv: '>=0.6.13' | 20 mdv: '>=0.6.15+2' |
19 observe: '>=0.6.13' | 21 observe: '>=0.6.15+2' |
20 path: '>=0.6.13' | 22 path: '>=0.6.13' |
21 shadow_dom: '>=0.6.13' | 23 shadow_dom: '>=0.6.13' |
22 source_maps: '>=0.6.13' | 24 source_maps: '>=0.6.13' |
23 unittest: '>=0.6.13' | 25 unittest: '>=0.6.13' |
24 # Pin these github packages so we don't get breaks from publishing them: | 26 # Pin these github packages so we don't get breaks from publishing them: |
25 csslib: '>=0.4.7 <0.4.8' | 27 csslib: '>=0.4.7 <0.4.8' |
26 html5lib: '>=0.4.4 <0.4.5' | 28 html5lib: '>=0.4.4 <0.4.5' |
27 dev_dependencies: | 29 dev_dependencies: |
28 benchmark_harness: '>=1.0.2 <1.0.3' | 30 benchmark_harness: '>=1.0.2 <1.0.3' |
OLD | NEW |