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

Side by Side Diff: samples/pop_pop_win/pubspec.yaml

Issue 242443008: samples/pop_pop_win: now based on StageXL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: added Alex to authors Created 6 years, 8 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: pop_pop_win 1 name: pop_pop_win
2 description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.' 2 description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.'
3 environment: 3 environment:
4 sdk: '>=1.3.0-dev.4.1 <2.0.0' 4 sdk: '>=1.3.0 <2.0.0'
5 dependencies: 5 dependencies:
6 bot: '>=0.26.0 <0.27.0' 6 bot: '>=0.26.0 <0.27.0'
7 bot_web: '>=0.21.0 <0.22.0'
8 browser: '>=0.10.0 <0.11.0' 7 browser: '>=0.10.0 <0.11.0'
9 chrome_gen: '>=0.3.0 <0.4.0' 8 stagexl: '>=0.9.1 <0.11.0'
10 dev_dependencies: 9 dev_dependencies:
11 unittest: '>=0.10.0 <0.11.0' 10 unittest: '>=0.10.0 <0.11.0'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698