1f552d8c96
Review-Url: https://codereview.chromium.org/3006633002 .
20 lines
460 B
YAML
20 lines
460 B
YAML
name: analyzer_plugin
|
|
description: A framework for building plugins for the analysis server.
|
|
version: 0.0.1-alpha.0
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=1.8.0 <2.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '^0.31.0-alpha.1'
|
|
charcode: '^1.1.0'
|
|
html: '^0.13.1'
|
|
path: '^1.4.1'
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
test_reflective_loader: ^0.1.0
|
|
test: ^0.12.17
|