forked from swarmfund/sv-voting-mvp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
elm-package.json
42 lines (42 loc) · 1.83 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
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/secure-vote/sv-light.git",
"license": "",
"source-directories": [
"./web/src"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"Chadtech/elm-bool-extra": "1.2.1 <= v < 2.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"arturopala/elm-monocle": "1.5.1 <= v < 2.0.0",
"debois/elm-mdl": "8.1.0 <= v < 9.0.0",
"elm-community/dict-extra": "2.3.0 <= v < 3.0.0",
"elm-community/list-extra": "6.1.0 <= v < 7.0.0",
"elm-community/maybe-extra": "4.0.0 <= v < 5.0.0",
"elm-community/result-extra": "2.2.0 <= v < 3.0.0",
"elm-community/string-extra": "1.4.0 <= v < 2.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"fredcy/elm-parseint": "2.0.0 <= v < 3.0.0",
"gilbertkennen/bigint": "1.0.1 <= v < 2.0.0",
"krisajenkins/remotedata": "4.3.3 <= v < 5.0.0",
"lynn/elm-arithmetic": "2.0.3 <= v < 3.0.0",
"martin-volf/elm-jsonrpc": "1.0.0 <= v < 2.0.0",
"mdgriffith/style-elements": "4.3.0 <= v < 5.0.0",
"myrho/elm-round": "1.0.2 <= v < 2.0.0",
"ohanhi/remotedata-http": "2.1.0 <= v < 3.0.0",
"pablohirafuji/elm-markdown": "2.0.4 <= v < 3.0.0",
"prikhi/decimal": "1.0.0 <= v < 2.0.0",
"prozacchiwawa/elm-keccak": "1.0.1 <= v < 2.0.0",
"rluiten/elm-date-extra": "9.2.3 <= v < 10.0.0",
"rtfeldman/hex": "1.0.0 <= v < 2.0.0",
"toastal/either": "3.4.0 <= v < 4.0.0",
"truqu/elm-base64": "2.0.3 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}