forked from JuliaGizmos/Interact.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 889 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
32
name = "Interact"
uuid = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
version = "0.10.4"
[deps]
CSSUtil = "70588ee8-6100-5070-97c1-3cb50ed05fe8"
InteractBase = "d3863d7c-f0c8-5437-a7b4-3ae773c01009"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Knockout = "bcebb21b-c2e3-54f8-a781-646b90f6d2cc"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
[compat]
CSSUtil = "0.1"
InteractBase = "0.10.1"
JSON = "0.18, 0.19, 0.20, 0.21"
Knockout = "0.1.3, 0.2"
Observables = "0.2.2, 0.3, 0.4"
OrderedCollections = "1"
Reexport = "0.2, 1"
WebIO = "0.3.1, 0.4, 0.6, 0.7, 0.8"
Widgets = "0.5, 0.6"
julia = "0.7, 1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]