-
Notifications
You must be signed in to change notification settings - Fork 21
/
pubspec.yaml
43 lines (36 loc) · 868 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: spider
description: A small dart command-line tool for generating dart references of assets from the assets folder.
version: 4.2.2
repository: https://github.com/BirjuVachhani/spider
homepage: https://github.com/BirjuVachhani/spider
issue_tracker: https://github.com/BirjuVachhani/spider/issues
documentation: https://birjuvachhani.github.io/spider/
environment:
sdk: '>=2.17.0 <3.0.0'
platforms:
linux:
windows:
macos:
dependencies:
path: ^1.9.0
yaml: ^3.1.2
args: ^2.5.0
dart_style: ^2.3.6
logging: ^1.2.0
watcher: ^1.1.0
http: ^1.2.2
html: ^0.15.4
sprintf: ^7.0.0
meta: ^1.15.0
ansicolor: ^2.0.2
collection: ^1.19.0
dev_dependencies:
# 2.4.5 doesn't work with logging.
build_runner: ^2.4.11
build_version: ^2.1.1
test: ^1.25.8
lints: ^4.0.0
mockito: ^5.4.4
executables:
spider: spider
scripts: scripts.yaml