77fbba6bf0
Some tweaks for Java implementations to get valid or better Dart code. R=brianwilkerson@google.com BUG= Review URL: https://codereview.chromium.org//250823006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35466 260f80e4-7a28-3924-810f-c04153c831b5
12 lines
287 B
YAML
12 lines
287 B
YAML
name: analysis_services
|
|
version: 0.0.1
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: A set of services on top of Analysis Engine
|
|
homepage: http://www.dartlang.org
|
|
environment:
|
|
sdk: '>=1.0.0 <2.0.0'
|
|
dependencies:
|
|
analyzer: 0.14.2
|
|
dev_dependencies:
|
|
unittest: '>=0.10.0 <0.12.0'
|