forked from dart-lang/pub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (35 loc) · 887 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: pub
# Pub is not yet ready to release as a user-accessible package.
version: 1.0.0-unreleased
dependencies:
# Note: Pub's test infrastructure assumes that any dependencies used in tests
# will be hosted dependencies.
analyzer: ">=0.25.0 <0.27.0"
args: "^0.13.0"
barback: "^0.15.2"
compiler_unsupported: "^1.13.0-dev"
crypto: "^0.9.0"
glob: "^1.0.0"
http: "^0.11.0"
http_multi_server: "^1.0.0"
http_parser: ">=0.0.2 <2.0.0"
http_throttle: "^1.0.0"
json_rpc_2: "^1.0.0"
mime: "^0.9.0"
oauth2: "^1.0.0"
path: "^1.2.0"
pool: "^1.0.0"
pub_semver: "^1.2.0"
shelf: "^0.6.0"
shelf_web_socket: "^0.0.1"
source_span: "^1.0.0"
stack_trace: "^1.0.0"
string_scanner: "^0.1.0"
watcher: "^0.9.2"
yaml: "^2.0.0"
package_config: "^0.1.1"
dev_dependencies:
scheduled_test: "^0.12.0"
test: "^0.12.3+3"
environment:
sdk: ">=1.11.0 <2.0.0"