OLD | NEW |
1 name: charted | 1 name: charted |
2 version: 0.2.9 | 2 version: 0.2.9 |
3 authors: | 3 authors: |
4 - Prasad Sunkari <prsd@google.com> | 4 - Prasad Sunkari <prsd@google.com> |
5 - Michael Cheng <midoringo@google.com> | 5 - Michael Cheng <midoringo@google.com> |
6 - Yan Qiao <yqiao@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. | 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 | 8 homepage: https://github.com/google/charted |
9 dependencies: | 9 dependencies: |
10 browser: any | 10 browser: any |
11 intl: any | 11 intl: any |
12 logging: any | 12 logging: any |
13 observe: any | 13 observe: any |
14 quiver: any | 14 quiver: any |
15 dev_dependencies: | 15 dev_dependencies: |
16 hop: '>=0.27.0' | 16 hop: '>=0.27.0' |
17 http: any | 17 http: any |
18 unittest: any | 18 unittest: any |
19 transformers: | 19 transformers: |
20 - $dart2js: | 20 - $dart2js: |
21 minify: true | 21 minify: true |
22 commandLineOptions: [--trust-type-annotations, --trust-primitives] | 22 commandLineOptions: [--trust-type-annotations, --trust-primitives] |
OLD | NEW |