-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelm-package.json
64 lines (64 loc) · 2.24 KB
/
elm-package.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"version": "1.0.7",
"summary": "Elm bindings to some of the PolymerElements Web Components",
"repository": "https://github.com/lzrski/elm-polymer.git",
"license": "BSD3",
"source-directories": [
"./src"
],
"exposed-modules": [
"Polymer.Attributes",
"Polymer.App.Layout",
"Polymer.App.Layout.Attributes",
"Polymer.Iron.Icons",
"Polymer.Iron.Icons.Attributes",
"Polymer.Paper.Badge",
"Polymer.Paper.Badge.Attributes",
"Polymer.Paper.Button",
"Polymer.Paper.Button.Attributes",
"Polymer.Paper.Card",
"Polymer.Paper.Card.Attributes",
"Polymer.Paper.DropdownMenu",
"Polymer.Paper.DropdownMenu.Attributes",
"Polymer.Paper.IconButton",
"Polymer.Paper.IconButton.Attributes",
"Polymer.Paper.Item",
"Polymer.Paper.Item.Attributes",
"Polymer.Paper.MenuButton",
"Polymer.Paper.MenuButton.Attributes",
"Polymer.Paper.Progress",
"Polymer.Paper.Progress.Attributes",
"Polymer.Paper.Spinner",
"Polymer.Paper.Spinner.Attributes",
"Polymer.Paper.SwatchPicker",
"Polymer.Paper.SwatchPicker.Attributes",
"Polymer.Paper.Tabs",
"Polymer.Paper.Tabs.Attributes",
"Polymer.Paper.Toolbar",
"Polymer.Paper.Toolbar.Attributes",
"Polymer.Paper.Tooltip",
"Polymer.Paper.Tooltip.Attributes",
"Polymer.Paper.Styles",
"Polymer.Paper.Checkbox",
"Polymer.Paper.Checkbox.Attributes",
"Polymer.Paper.DropdownMenu",
"Polymer.Paper.DropdownMenu.Attributes",
"Polymer.Paper.Input",
"Polymer.Paper.Input.Attributes",
"Polymer.Paper.Listbox",
"Polymer.Paper.Listbox.Attributes",
"Polymer.Paper.RadioButton",
"Polymer.Paper.RadioButton.Attributes",
"Polymer.Paper.RadioGroup",
"Polymer.Paper.RadioGroup.Attributes",
"Polymer.Paper.Slider",
"Polymer.Paper.Slider.Attributes",
"Polymer.Paper.ToggleButton",
"Polymer.Paper.ToggleButton.Attributes"
],
"dependencies": {
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}