forked from ejdavidson/json_schema
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpubspec.yaml
39 lines (26 loc) · 756 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
name: json_schema
version: 1.0.7
author: Daniel Davidson <[email protected]>
homepage: https://github.com/patefacio/json_schema
description: >
Provide support for validating instances against json schema
environment:
sdk: '>=1.8.2 <2.0.0'
dependencies:
# custom <json_schema dependencies>
path: "^1.3.0"
logging: ">=0.9.3<0.12.0"
args: ">=0.11.0 <2.0.0"
# end <json_schema dependencies>
dev_dependencies:
# custom <json_schema dev dependencies>
test: "^0.12.13"
yaml: "^2.1.0"
coverage: ">=0.7.6"
# end <json_schema dev dependencies>
dependency_overrides:
# custom <json_schema dependency overrides>
# end <json_schema dependency overrides>
transformers:
# custom <json_schema transformers>
# end <json_schema transformers>