0597e61ba3
R=brianwilkerson@google.com BUG= Review URL: https://codereview.chromium.org//375693002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38045 260f80e4-7a28-3924-810f-c04153c831b5
20 lines
500 B
YAML
20 lines
500 B
YAML
name: analysis_server
|
|
version: 0.0.3
|
|
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: '>=0.1.0 <1.0.0'
|
|
analyzer: '>=0.21.0 <1.0.0'
|
|
args: any
|
|
logging: any
|
|
path: any
|
|
watcher: any
|
|
dev_dependencies:
|
|
analysis_testing: '>=0.1.0'
|
|
mock: '>=0.10.0 <0.11.0'
|
|
typed_mock: '>=0.0.4 <1.0.0'
|
|
unittest: '>=0.10.0 <0.12.0'
|