-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
46 lines (32 loc) · 887 Bytes
/
pubspec.yaml
File metadata and controls
46 lines (32 loc) · 887 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
40
41
42
43
44
45
name: ebisu
version: 0.7.11
author: Daniel Davidson <dbdavidson@yahoo.com>
homepage: https://github.com/patefacio/ebisu
description: >
A library that supports code generation of the structure Dart (and potentially
other languages like D) using a fairly declarative aproach.
environment:
sdk: '>=2.0.0-dev.61 <3.0.0'
dependencies:
# custom <ebisu dependencies>
collection: "1.14.11"
quiver: "2.0.0+1"
logging: "0.11.3+2"
args: "^1.4.0"
dart_style: "^1.0.6"
id:
git: git://github.com/patefacio/id.git
path: "^1.4.1"
stack_trace: "^1.9.0"
yaml: "^2.1.12"
# end <ebisu dependencies>
dev_dependencies:
# custom <ebisu dev dependencies>
test: "^1.3.0"
# end <ebisu dev dependencies>
dependency_overrides:
# custom <ebisu dependency overrides>
# end <ebisu dependency overrides>
transformers:
# custom <ebisu transformers>
# end <ebisu transformers>