89cfa2edd7
Change-Id: If23bb61ef03efe62282ba2e163d3a830d6e0bfad Reviewed-on: https://dart-review.googlesource.com/67700 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
21 lines
482 B
YAML
21 lines
482 B
YAML
name: analyzer_plugin
|
|
description: A framework for building plugins for the analysis server.
|
|
version: 0.0.1-alpha.4
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=1.8.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '>=0.31.2-alpha.1 <0.33.0'
|
|
charcode: '^1.1.0'
|
|
html: '^0.13.1'
|
|
meta: ^1.0.2
|
|
path: '^1.4.1'
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|