OLD | NEW |
1 name: web_ui | 1 name: web_ui |
2 author: "Web UI Authors <web-ui-dev@dartlang.org>" | 2 author: "Web UI Authors <web-ui-dev@dartlang.org>" |
3 homepage: https://github.com/dart-lang/web-ui | 3 homepage: https://github.com/dart-lang/web-ui |
4 description: An easy way to build web apps in Dart. | 4 description: An easy way to build web apps in Dart. |
5 version: 0.3.2+1 | 5 version: 0.3.2+1 |
6 dependencies: | 6 dependencies: |
7 args: any | 7 args: any |
| 8 analyzer_experimental: any |
8 browser: any | 9 browser: any |
9 # Pin html5lib so we don't get unexpected API breaks. | 10 # Pin html5lib so we don't get unexpected API breaks. |
10 html5lib: ">=0.3.2+1 <0.3.3" | 11 html5lib: ">=0.3.2+1 <0.3.3" |
11 csslib: ">=0.3.2 <0.3.3" | 12 csslib: ">=0.3.2 <0.3.3" |
12 logging: any | 13 logging: any |
13 unittest: any | 14 unittest: any |
14 source_maps: ">=0.3.1 <0.3.2" | 15 source_maps: ">=0.3.1 <0.3.2" |
15 # The following are dev dependencies only, they are not needed by users | 16 # The following are dev dependencies only, they are not needed by users |
16 # of the web_ui package. | 17 # of the web_ui package. |
17 js: any | 18 js: any |
18 benchmark_harness: ">=1.0.2 <1.0.3" | 19 benchmark_harness: ">=1.0.2 <1.0.3" |
19 environment: | 20 environment: |
20 sdk: ">=0.3.4+0.r18115" | 21 sdk: ">=0.3.4+0.r18115" |
OLD | NEW |