Files
sdk/pkg/analysis_server_client/pubspec.yaml
T
Brian Wilkerson 2310768468 Prepare to publish analysis_server_client so that dartfix can use the new API
Change-Id: I677d7158e587b68a29b7cacef9acc9e1cf2597af
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127962
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2019-12-11 14:26:21 +00:00

15 lines
438 B
YAML

name: analysis_server_client
version: 1.1.3
description:
A client wrapper over analysis_server.
Instances of the class [Server] manage a connection to a server process,
and facilitate communication to and from the server.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server_client
environment:
sdk: '>=2.1.0-dev.9.0 <3.0.0'
dependencies:
path: ^1.6.2
pub_semver: ^1.4.2
dev_dependencies:
test: ^1.3.4