dart-sdk/pkg/analysis_server_client/pubspec.yaml
Brian Wilkerson db6e377e6d Make analysis_server_client Dart 2 safe
Change-Id: Iab06cb5b779599a1a107fa6fdf832345950fa84c
Reviewed-on: https://dart-review.googlesource.com/48322
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2018-03-25 15:20:36 +00:00

13 lines
435 B
YAML

name: analysis_server_client
version: 1.0.1
author: Dart Team <misc@dartlang.org>
description:
A client wrapper over analysis_server. Instances of this client
manage a connection to the analysis_server process and
facilitates communication to and from the server.
homepage: http://github.com/dart-lang/sdk/pkg/analysis_server_client
dev_dependencies:
test: ">=0.12.0 <0.13.0"
environment:
sdk: ">=1.0.0 < 2.0.0-dev.infinity"