forked from mdgriffith/style-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelm-package.json
More file actions
34 lines (34 loc) · 954 Bytes
/
elm-package.json
File metadata and controls
34 lines (34 loc) · 954 Bytes
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
{
"version": "4.2.0",
"summary": "A different approach to creating and managing styles.",
"repository": "https://github.com/mdgriffith/style-elements.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"Style",
"Style.Border",
"Style.Background",
"Style.Font",
"Style.Color",
"Style.Filter",
"Style.Shadow",
"Style.Transition",
"Style.Scale",
"Style.Sheet",
"Element",
"Element.Attributes",
"Element.Events",
"Element.Keyed",
"Element.Input"
],
"dependencies": {
"robinheghan/murmur3": "1.0.0 <= v < 2.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/virtual-dom": "2.0.0 <= v < 3.0.0",
"elm-lang/window": "1.0.0 <= v < 2.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}