ceb5f9858e
This picks up the fix for dartbug.com/18379, so source strings are correctly encoded now. R=scheglov@google.com Review URL: https://codereview.chromium.org//250963002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35432 260f80e4-7a28-3924-810f-c04153c831b5
14 lines
336 B
YAML
14 lines
336 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:
|
|
analyzer: 0.14.2
|
|
args: any
|
|
logging: any
|
|
dev_dependencies:
|
|
unittest: '>=0.10.0 <0.12.0'
|