-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm-package.json
40 lines (39 loc) · 1.2 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
{
"version": "0.0.1",
"summary": "Elm effect module on top of Hapi server",
"repository": "https://github.com/nomalab/elm-hapi.git",
"license": "Apache2",
"source-directories": [
"src",
"example"
],
"exposed-modules": [
],
"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-node": "0.0.0 <= v < 1.0.0",
"pauldijou/elm-error": "1.0.0 <= v < 2.0.0"
},
"dependency-sources": {
"pauldijou/elm-ordeal": {
"url": "[email protected]:pauldijou/elm-ordeal.git",
"ref": "da930f84cb1331c06651429b7cdca11b1f0e16d2"
},
"pauldijou/elm-kernel-helpers": {
"url": "[email protected]:pauldijou/elm-kernel-helpers.git",
"ref": "3021215c9caf9fd102a99af4f257e2650c080782"
},
"pauldijou/elm-node": {
"url": "[email protected]:pauldijou/elm-node.git",
"ref": "57550160d4b1e7c48180239f8f105d71cf5f4579"
},
"pauldijou/elm-error": {
"url": "[email protected]:pauldijou/elm-error.git",
"ref": "1ce006336a581040f9ea81ab5046f0a949adda8a"
}
},
"elm-version": "0.18.0 <= v < 0.19.0"
}