-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm.json
34 lines (34 loc) · 1.11 KB
/
elm.json
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
{
"type": "package",
"name": "lue-bird/elm-keysset",
"summary": "lookup for multiple arbitrary keys. safe. log n",
"license": "MIT",
"version": "5.0.2",
"exposed-modules": [
"KeysSet",
"Keys",
"Order",
"Map",
"Char.Order",
"Int.Order",
"Float.Order",
"String.Order",
"List.Order"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"lue-bird/elm-allowable-state": "1.0.2 <= v < 2.0.0",
"lue-bird/elm-and-or": "1.0.0 <= v < 2.0.0",
"lue-bird/elm-bounded-nat": "35.0.0 <= v < 36.0.0",
"lue-bird/elm-emptiness-typed": "9.1.2 <= v < 10.0.0",
"lue-bird/elm-linear-direction": "11.0.0 <= v < 12.0.0",
"lue-bird/elm-partial-or-complete": "1.0.0 <= v < 2.0.0",
"lue-bird/elm-typed-value": "8.2.0 <= v < 9.0.0",
"lue-bird/elm-typesafe-array": "34.0.0 <= v < 35.0.0"
},
"test-dependencies": {
"elm-community/list-extra": "8.7.0 <= v < 9.0.0",
"elm-explorations/test": "2.1.0 <= v < 3.0.0"
}
}