forked from dart-lang/dartdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (42 loc) · 911 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
44
45
46
name: dartdoc
# Run `dart run grinder build` after updating.
version: 6.2.0-dev
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
analyzer: ^5.2.0
args: ^2.3.0
cli_util: ^0.3.5
collection: ^1.15.0
crypto: ^3.0.1
glob: ^2.0.1
html: ^0.15.0
logging: ^1.0.2
markdown: ^7.0.0
meta: ^1.7.0
package_config: ^2.0.2
path: ^1.8.0
pub_semver: ^2.1.0
source_span: ^1.8.1
yaml: ^3.1.0
dev_dependencies:
async: ^2.8.2
build: ^2.1.0
build_runner: ^2.1.2
build_test: ^2.1.3
build_version: ^2.1.0
code_builder: ^4.2.0
coverage: ^1.0.3
dart_style: ^2.2.0
grinder: ^0.9.0
http: ^0.13.3
js: ^0.6.5
lints: ^2.0.0
test: ^1.19.0
test_descriptor: ^2.0.0
test_process: ^2.0.2
test_reflective_loader: ^0.2.0
executables:
dartdoc: null