forked from HackerExperience/HEBorn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-package.json
35 lines (35 loc) · 1.39 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
{
"version": "0.0.1",
"summary": "Web client for Hacker Experience 1",
"repository": "https://github.com/hackerexperience/heborn.git",
"license": "AGPLv3",
"source-directories": [
"src",
"static/js/game",
"vendor/elm-phoenix/src"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"ccapndave/elm-update-extra": "2.3.1 <= v < 3.0.0",
"danyx23/elm-uuid": "2.0.2 <= v < 3.0.0",
"elm-community/elm-test": "3.1.0 <= v < 4.0.0",
"elm-community/json-extra": "2.1.0 <= v < 3.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/navigation": "2.0.1 <= v < 3.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
"elm-lang/websocket": "1.0.2 <= v < 2.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"jinjor/elm-contextmenu": "1.0.3 <= v < 2.0.0",
"jinjor/elm-time-travel": "2.0.0 <= v < 3.0.0",
"mgold/elm-date-format": "1.3.0 <= v < 2.0.0",
"mgold/elm-random-pcg": "4.0.2 <= v < 5.0.0",
"rtfeldman/elm-css": "11.2.0 <= v < 11.3.0",
"rtfeldman/elm-css-helpers": "2.1.0 <= v < 2.2.0",
"zaboco/elm-draggable": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}