forked from dart-lang/pub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
43 lines (39 loc) · 1003 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
40
41
42
43
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.30.0"
args: "^0.13.5"
async: "^1.5.0"
barback: "^0.15.2"
collection: "^1.8.0"
compiler_unsupported: "^1.22.0"
crypto: ">=1.0.0 <3.0.0"
glob: "^1.0.0"
http: "^0.11.0"
http_multi_server: ">=1.0.0 <3.0.0"
http_throttle: "^1.0.0"
json_rpc_2: "^2.0.0"
mime: "^0.9.0"
oauth2: "^1.0.0"
package_config: "^1.0.0"
package_resolver: "^1.0.0"
path: "^1.2.0"
pool: "^1.0.0"
pub_semver: "^1.3.0"
shelf: ">=0.6.0 <0.7.0"
shelf_web_socket: "^0.2.0"
source_span: "^1.0.0"
stack_trace: "^1.0.0"
stream_channel: "^1.4.0"
string_scanner: "^1.0.0"
watcher: "^0.9.2"
web_socket_channel: "^1.0.0"
yaml: "^2.0.0"
dev_dependencies:
scheduled_test: "^0.12.0"
test: "^0.12.3+3"
environment:
sdk: ">=1.11.0 <2.0.0"