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

Side by Side Diff: pubspec.yaml

Issue 1403613006: Prepare for a 0.1.0 release (Closed) Base URL: git@github.com:dart-lang/dart2js_info.git@master
Patch Set: Created 5 years, 2 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 | « CHANGELOG.md ('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: dart2js_info 1 name: dart2js_info
2 version: 0.1.0-dev 2 version: 0.1.0
3 description: > 3 description: >
4 Libraries and tools to process data produced when running dart2js with 4 Libraries and tools to process data produced when running dart2js with
5 --dump-info. 5 --dump-info.
6 author: Dart Team <misc@dartlang.org> 6 author: Dart Team <misc@dartlang.org>
7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/ 7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/
8 8
9 dependencies: 9 dependencies:
10 path: ^1.3.6 10 path: ^1.3.6
11 args: ^0.13.0 11 args: ^0.13.0
12 shelf: ^0.6.1+2 12 shelf: ^0.6.1+2
13 yaml: ^2.1.0 13 yaml: ^2.1.0
14 charcode: ^1.1.0 14 charcode: ^1.1.0
15 15
16 environment: 16 environment:
17 sdk: '>=1.11.0 <2.0.0' 17 sdk: '>=1.11.0 <2.0.0'
18 18
19 dev_dependencies: 19 dev_dependencies:
20 test: ^0.12.3+4 20 test: ^0.12.3+4
21 executables: 21 executables:
22 dart2js_info_code_deps: code_deps 22 dart2js_info_code_deps: code_deps
23 dart2js_info_coverage_log_server: coverage_log_server 23 dart2js_info_coverage_log_server: coverage_log_server
24 dart2js_info_debug_info: debug_info 24 dart2js_info_debug_info: debug_info
25 dart2js_info_function_size_analysis: function_size_analysis 25 dart2js_info_function_size_analysis: function_size_analysis
26 dart2js_info_library_size_split: library_size_split 26 dart2js_info_library_size_split: library_size_split
27 dart2js_info_live_code_size_analysis: live_code_size_analysis 27 dart2js_info_live_code_size_analysis: live_code_size_analysis
OLDNEW
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698