-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelm.json
23 lines (23 loc) · 834 Bytes
/
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
{
"type": "package",
"name": "emilgoldsmith/elm-speedcubing",
"summary": "Models and html displays for speedcubing puzzles and algorithm sets",
"license": "MIT",
"version": "14.1.0",
"exposed-modules": ["Algorithm", "AUF", "Cube", "Cube.Advanced", "PLL"],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/parser": "1.1.0 <= v < 2.0.0",
"elm-community/list-extra": "8.5.2 <= v < 9.0.0",
"elm-explorations/linear-algebra": "1.0.3 <= v < 2.0.0",
"elm-explorations/webgl": "1.1.3 <= v < 2.0.0",
"mgold/elm-nonempty-list": "4.2.0 <= v < 5.0.0"
},
"test-dependencies": {
"elm/random": "1.0.0 <= v < 2.0.0",
"elm-explorations/test": "2.0.1 <= v < 3.0.0"
}
}