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

Side by Side Diff: charted/pubspec.yaml

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.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 | « charted/lib/svg/shapes/rect.dart ('k') | cli_util/lib/cli_util.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 name: charted
2 version: 0.2.9
3 authors:
4 - Prasad Sunkari <prsd@google.com>
5 - Michael Cheng <midoringo@google.com>
6 - Yan Qiao <yqiao@google.com>
7 description: Visualization toolkit for Dart - Provides D3 (http://d3js.org) like Selection API, utilities to achieve data driven DOM and an easy-to-use Charting library based on the Selection API.
8 homepage: https://github.com/google/charted
9 dependencies:
10 browser: any
11 intl: any
12 logging: any
13 observe: any
14 quiver: any
15 dev_dependencies:
16 hop: '>=0.27.0'
17 http: any
18 unittest: any
19 transformers:
20 - $dart2js:
21 minify: true
22 commandLineOptions: [--trust-type-annotations, --trust-primitives]
OLDNEW
« no previous file with comments | « charted/lib/svg/shapes/rect.dart ('k') | cli_util/lib/cli_util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698