pubspec.yaml 1.21 KB
Newer Older
1 2
name: flutter_tools
version: 0.0.38
3 4 5
description: Tools for building Flutter applications
homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com>
6 7

environment:
8
  sdk: '>=1.19.0 <2.0.0'
9

10
dependencies:
11
  archive: ^1.0.20
12
  args: ^0.13.4
13
  coverage: ^0.8.0
14
  crypto: '>=1.1.1 <3.0.0'
15
  file: '^1.0.1'
16
  http: ^0.11.3
17
  intl: '>=0.14.0 <0.15.0'
18
  json_rpc_2: ^2.0.0
19
  json_schema: 1.0.6
20
  linter: 0.1.30-alpha.1
21
  meta: ^1.0.4
22
  mustache: ^0.2.5
23
  package_config: '>=0.1.5 <2.0.0'
24
  path: ^1.4.0
25
  platform: 1.0.1
26
  process: 1.0.1
27
  pub_semver: ^1.0.0
28
  stack_trace: ^1.4.0
29
  usage: ^3.0.0
30
  vm_service_client: '0.2.2+4'
31
  web_socket_channel: ^1.0.4
32
  xml: ^2.4.1
33
  yaml: ^2.1.3
34

35 36 37
  # We depend on very specific internal implementation details of the
  # 'test' package, which change between versions, so here we pin it
  # precisely.
38
  test: 0.12.15+4
39

40 41
  # Version from the vended Dart SDK as defined in `dependency_overrides`.
  analyzer: any
42
  front_end: any
Hixie's avatar
Hixie committed
43

Ian Fischer's avatar
Ian Fischer committed
44
dev_dependencies:
45
  mockito: ^1.0.0
46 47 48 49

# Exclude this package from the hosted API docs.
dartdoc:
  nodoc: true
50 51 52 53

dependency_overrides:
  analyzer:
    path: ../../bin/cache/dart-sdk/lib/analyzer
54 55
  front_end:
    path: ../../bin/cache/dart-sdk/lib/front_end