-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathelm-package.json
61 lines (61 loc) · 2.05 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
{
"version": "1.0.0",
"summary": "Create interactive slippy maps in pure Elm.",
"repository": "https://github.com/klaftertief/slippery-slope.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"SlippyMap.Bundle.Static",
"SlippyMap.Bundle.Interactive",
"SlippyMap.Control.Attribution",
"SlippyMap.Control.Zoom",
"SlippyMap.Geo.Coordinate",
"SlippyMap.Geo.CRS",
"SlippyMap.Geo.CRS.EPSG3857",
"SlippyMap.Geo.CRS.Simple",
"SlippyMap.Geo.CRS.Stereographic",
"SlippyMap.Geo.Location",
"SlippyMap.Geo.Point",
"SlippyMap.Geo.Tile",
"SlippyMap.GeoJson.Svg",
"SlippyMap.Layer",
"SlippyMap.Layer.Circle",
"SlippyMap.Layer.Control",
"SlippyMap.Layer.GeoJson",
"SlippyMap.Layer.Graticule",
"SlippyMap.Layer.Marker",
"SlippyMap.Layer.Marker.Circle",
"SlippyMap.Layer.Marker.Pin",
"SlippyMap.Layer.Overlay",
"SlippyMap.Layer.Popup",
"SlippyMap.Layer.RemoteImage",
"SlippyMap.Layer.RemoteTile",
"SlippyMap.Layer.StaticImage",
"SlippyMap.Layer.Tile",
"SlippyMap.Config",
"SlippyMap.Events",
"SlippyMap.Map",
"SlippyMap.State",
"SlippyMap.Subscriptions",
"SlippyMap.Transform",
"SlippyMap.Types",
"SlippyMap.Update",
"SlippyMap.View"
],
"dependencies": {
"debois/elm-dom": "1.2.3 <= v < 2.0.0",
"elm-lang/animation-frame": "1.0.1 <= 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/http": "1.0.0 <= v < 2.0.0",
"elm-lang/keyboard": "1.0.1 <= v < 2.0.0",
"elm-lang/mouse": "1.0.1 <= v < 2.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
"elm-lang/virtual-dom": "2.0.4 <= v < 3.0.0",
"krisajenkins/remotedata": "4.3.0 <= v < 5.0.0",
"mgold/elm-geojson": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}