-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelm.json
More file actions
22 lines (22 loc) · 788 Bytes
/
elm.json
File metadata and controls
22 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"type": "package",
"name": "ThinkAlexandria/window-manager",
"summary": "Window toolkit providing resizeable, draggable UI containers.",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": [
"WindowManager",
"Css.ThinkAlexandria.WindowManager.Common",
"Css.ThinkAlexandria.WindowManager.Default",
"Css.ThinkAlexandria.WindowManager.Selectors",
"Css.ThinkAlexandria.WindowManager.Selectors.Classes"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"ThinkAlexandria/css-in-elm": "1.0.0 <= v < 2.0.0",
"ThinkAlexandria/elm-drag-locations": "3.0.1 <= v < 4.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}