Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: pubspec.yaml

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« lib/polymer.dart ('K') | « lib/polymer.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: polymer 1 name: polymer
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: > 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 version: 0.5.1 8 version: 0.5.1
9 dependencies: 9 dependencies:
10 args: ">=0.4.5" 10 args: ">=0.4.5"
11 analyzer_experimental: ">=0.5.12" 11 analyzer_experimental: ">=0.5.12"
12 browser: ">=0.4.5" 12 browser: ">=0.4.5"
13 logging: ">=0.4.5" 13 logging: ">=0.4.5"
14 mdv: ">=0.6.9+2" 14 mdv: ">=0.6.9+2"
15 observe: ">=0.6.2" 15 observe: ">=0.6.12"
16 pathos: ">=0.4.5" 16 pathos: ">=0.4.5"
17 shadow_dom: ">=0.6.9+2" 17 shadow_dom: ">=0.6.9+2"
18 unittest: ">=0.4.5" 18 unittest: ">=0.4.5"
19 # Pin these github packages so we don't get breaks from publishing them: 19 # Pin these github packages so we don't get breaks from publishing them:
20 csslib: ">=0.4.7 <0.4.8" 20 csslib: ">=0.4.7 <0.4.8"
21 html5lib: ">=0.4.3 <0.4.4" 21 html5lib: ">=0.4.3 <0.4.4"
22 source_maps: ">=0.4.5" 22 source_maps: ">=0.4.5"
23 html_import: ">=0.6.12"
23 dev_dependencies: 24 dev_dependencies:
24 js: any 25 js: any
25 benchmark_harness: ">=1.0.2 <1.0.3" 26 benchmark_harness: ">=1.0.2 <1.0.3"
26 environment: 27 environment:
27 sdk: ">=0.6.9+2" 28 sdk: ">=0.6.12"
OLDNEW
« lib/polymer.dart ('K') | « lib/polymer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698