forked from dart-lang/dartdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (36 loc) · 799 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (36 loc) · 799 Bytes
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: dartdoc
# Run `grind build` after updating.
version: 0.33.0
description: A non-interactive HTML documentation generator for Dart source code.
homepage: https://github.com/dart-lang/dartdoc
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
analyzer: ^0.39.17
args: '>=1.5.0 <2.0.0'
collection: ^1.2.0
cli_util: '>=0.1.4 <0.3.0'
crypto: ^2.0.6
html: '>=0.12.1 <0.15.0'
logging: ^0.11.3+1
markdown: ^2.1.5
meta: ^1.1.8
mustache: ^1.1.0
package_config: '>=0.1.5 <2.0.0'
path: ^1.3.0
pub_semver: ^1.3.7
yaml: ^2.1.0
dev_dependencies:
async: '>=2.0.8'
build: ^1.3.0
build_runner: ^1.10.0
build_version: ^2.0.1
coverage: ^0.14.0
dhttpd: ^3.0.0
glob: ^1.1.5
grinder: ^0.8.2
http: ^0.12.0
pedantic: ^1.9.0
test: ^1.3.0
executables:
dartdoc: null