forked from elm/core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
elm-package.json
45 lines (45 loc) · 922 Bytes
/
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
{
"version": "3.0.0",
"summary": "Elm's standard libraries",
"repository": "http://github.com/elm-lang/core.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"Array",
"Basics",
"Bitwise",
"Char",
"Color",
"Date",
"Debug",
"Dict",
"Graphics.Element",
"Graphics.Collage",
"Graphics.Input",
"Graphics.Input.Field",
"Json.Decode",
"Json.Encode",
"Keyboard",
"List",
"Maybe",
"Mouse",
"Random",
"Regex",
"Result",
"Set",
"Signal",
"String",
"Task",
"Text",
"Time",
"Touch",
"Trampoline",
"Transform2D",
"Window"
],
"native-modules": true,
"dependencies": {},
"elm-version": "0.16.0 <= v < 0.17.0"
}