blob: 0004e9efd806f225d627a0ab5abff122ebb6c05a [file] [log] [blame]
name: charted
version: 0.6.1
authors:
- Prasad Sunkari <prsd@google.com>
- Michael Cheng <midoringo@google.com>
- Yan Qiao <yqiao@google.com>
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.
homepage: https://github.com/google/charted
environment:
sdk: '>=2.0.0-dev.55.0 <3.0.0'
dependencies:
browser: any
collection: ^1.14.10
intl: any
logging: any
observable: '^0.22.1'
quiver: any
dev_dependencies:
hop: '>=0.27.0'
http: any
unittest: any
transformers:
- $dart2js:
minify: true
commandLineOptions: [--trust-type-annotations, --trust-primitives]