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

Side by Side Diff: pubspec.yaml

Issue 1277013004: pkg/appengine: prepare for 0.3.1, sort imports (Closed) Base URL: https://github.com/dart-lang/appengine.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | 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: appengine 1 name: appengine
2 version: 0.3.1-dev 2 version: 0.3.1
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Support for using Dart as a custom runtime on Google App Engine Man aged VMs 4 description: Support for using Dart as a custom runtime on Google App Engine Man aged VMs
5 homepage: https://www.dartlang.org/cloud 5 homepage: https://www.dartlang.org/cloud
6 environment: 6 environment:
7 sdk: '>=1.9.0 <2.0.0' 7 sdk: '>=1.9.0 <2.0.0'
8 dependencies: 8 dependencies:
9 fixnum: '^0.9.0'
9 gcloud: '>=0.1.2 <0.3.0' 10 gcloud: '>=0.1.2 <0.3.0'
10 googleapis_auth: '>=0.1.1 <0.3.0' 11 googleapis_auth: '>=0.1.1 <0.3.0'
11 fixnum: '^0.9.0'
12 http_server: '^0.9.2' 12 http_server: '^0.9.2'
13 logging: '>=0.9.3 <0.12.0'
13 memcache: '^0.2.0' 14 memcache: '^0.2.0'
14 path: '^1.2.0' 15 path: '^1.2.0'
15 protobuf: '^0.3.3' 16 protobuf: '^0.3.3'
16 logging: '>=0.9.3 <0.12.0'
17
18 dev_dependencies: 17 dev_dependencies:
19 test: '^0.12.0' 18 test: '^0.12.0'
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698