-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-package.json
50 lines (50 loc) · 1.43 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
{
"version": "0.0.1",
"summary": "Elm interface on top of (most of) Node APIs",
"repository": "https://github.com/pauldijou/elm-node.git",
"license": "Apache2",
"source-directories": [
"src",
"test"
],
"exposed-modules": [
"Node.Buffer",
"Node.ChildProcess",
"Node.Console",
"Node.Constants",
"Node.FileSystem",
"Node.Globals",
"Node.Http",
"Node.Path",
"Node.Process",
"Node.Stats",
"Node.Util"
],
"native-modules": true,
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"pauldijou/elm-ordeal": "1.0.0 <= v < 2.0.0",
"pauldijou/elm-kernel-helpers": "1.0.0 <= v < 2.0.0",
"pauldijou/elm-error": "1.0.0 <= v < 2.0.0",
"pauldijou/elm-server": "0.0.0 <= v < 1.0.0"
},
"dependency-sources": {
"pauldijou/elm-ordeal": {
"url": "https://github.com/pauldijou/elm-ordeal.git",
"ref": "3ff8395abaf6a5f124050472ad07809373e7a73f"
},
"pauldijou/elm-kernel-helpers": {
"url": "https://github.com/pauldijou/elm-kernel-helpers.git",
"ref": "6ea75aedfb77da2b995d54537a17649072957426"
},
"pauldijou/elm-error": {
"url": "https://github.com/pauldijou/elm-error.git",
"ref": "b72dc87c52ed27063f0910bac66f82d551e04ed5"
},
"pauldijou/elm-server": {
"url": "https://github.com/pauldijou/elm-server.git",
"ref": "ae96c0e36e5ff4f1f639f0f750d9faa9f0e047fb"
}
},
"elm-version": "0.18.0 <= v < 0.19.0"
}