-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (27 loc) · 917 Bytes
/
Project.toml
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
name = "SandDance"
uuid = "bf185805-87d6-49fe-a422-2c404e0bbc89"
authors = ["David Anthoff <anthoff@berkeley.edu>"]
version = "0.1.0"
[deps]
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Electron = "a1bb12fb-d4d1-54b4-b10a-ee7951ef7ad3"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
[compat]
DataValues = "0.4.4"
Electron = "0.2, 0.3, 0.4, 1, 2, 3.0, 4"
FilePaths = "0.8"
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
IteratorInterfaceExtensions = "0.1.1, 1"
JSON = "0.19, 0.20, 0.21"
TableTraits = "0.3.1, 0.4, 1"
URIParser = "0.4"
julia = "1.3"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]