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

Side by Side Diff: samples/pop-pop-win/pubspec.yaml

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl comments Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 name: poppopwin 1 name: poppopwin
2 author: Kevin Moore <kevmoo@google.com> 2 author: Kevin Moore <kevmoo@google.com>
3 description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.' 3 description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.'
4 homepage: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/da rt/samples/third_party/pop-pop-win/
5 environment: 4 environment:
6 sdk: '>=1.0.0 <2.0.0' 5 sdk: '>=1.3.0-dev.4.1 <2.0.0'
7 dependencies: 6 dependencies:
8 bot: '>=0.26.0 <0.27.0' 7 bot: '>=0.26.0 <0.27.0'
9 bot_web: '>=0.21.0 <0.22.0' 8 bot_web: '>=0.21.0 <0.22.0'
10 browser: '>=0.10.0 <0.11.0' 9 browser: '>=0.10.0 <0.11.0'
11 chrome_gen: '>=0.3.0 <0.4.0' 10 chrome_gen: '>=0.3.0 <0.4.0'
12 dev_dependencies: 11 dev_dependencies:
13 hop: '>=0.30.2 <0.31.0' 12 hop: '>=0.30.2 <0.31.0'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698