Index: charted/pubspec.yaml |
diff --git a/charted/pubspec.yaml b/charted/pubspec.yaml |
deleted file mode 100644 |
index a15a2e3249c5ffa25d35f0fccf730fc122992f4d..0000000000000000000000000000000000000000 |
--- a/charted/pubspec.yaml |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-name: charted |
-version: 0.2.9 |
-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 |
-dependencies: |
- browser: any |
- intl: any |
- logging: any |
- observe: any |
- quiver: any |
-dev_dependencies: |
- hop: '>=0.27.0' |
- http: any |
- unittest: any |
-transformers: |
-- $dart2js: |
- minify: true |
- commandLineOptions: [--trust-type-annotations, --trust-primitives] |