297068d235
Previously we were relying on the implicit dependency via the unittest package, but this dependency was dropped, causing analysis_server to break. Eventually we want to stop relying on the mock package, but we're not ready for that yet. R=danrubel@google.com Review URL: https://codereview.chromium.org//277773003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36144 260f80e4-7a28-3924-810f-c04153c831b5
16 lines
388 B
YAML
16 lines
388 B
YAML
name: analysis_server
|
|
version: 0.0.1
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: An HTTP server that performs analysis of Dart code via web sockets.
|
|
homepage: http://www.dartlang.org
|
|
environment:
|
|
sdk: '>=1.0.0 <2.0.0'
|
|
dependencies:
|
|
analysis_services: any
|
|
analyzer: 0.15.1
|
|
args: any
|
|
logging: any
|
|
dev_dependencies:
|
|
mock: '>=0.10.0 <0.11.0'
|
|
unittest: '>=0.10.0 <0.12.0'
|