-
Notifications
You must be signed in to change notification settings - Fork 5
/
elm-package.json
44 lines (44 loc) · 1.82 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
{
"version": "1.0.0",
"summary": "pw",
"repository": "https://github.com/user/project.git",
"license": "MIT",
"source-directories": [
"src/",
"lib/",
"vendor/"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"1602/elm-feather": "2.2.0 <= v < 3.0.0",
"Gizra/elm-all-set": "1.0.0 <= v < 2.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"NoRedInk/elm-simple-fuzzy": "1.0.2 <= v < 2.0.0",
"Zinggi/elm-random-pcg-extended": "2.0.0 <= v < 3.0.0",
"Zinggi/elm-uuid": "1.0.0 <= v < 2.0.0",
"Zinggi/elm-crypto-string": "2.1.1 <= v < 3.0.0",
"elm-community/dict-extra": "2.3.0 <= v < 3.0.0",
"elm-community/json-extra": "2.6.0 <= v < 3.0.0",
"elm-lang/core": "5.1.1 <= 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.1.0 <= v < 3.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"gilbertkennen/bigint": "1.0.1 <= v < 2.0.0",
"jinjor/elm-debounce": "2.1.2 <= v < 3.0.0",
"jpagex/elm-loader": "1.0.0 <= v < 2.0.0",
"krisajenkins/remotedata": "4.3.3 <= v < 5.0.0",
"mdgriffith/stylish-elephants": "6.0.2 <= v < 7.0.0",
"mgold/elm-random-pcg": "5.0.2 <= v < 6.0.0",
"ohanhi/remotedata-http": "2.1.0 <= v < 3.0.0",
"pablen/toasty": "1.0.4 <= v < 2.0.0",
"pablohirafuji/elm-qrcode": "2.2.0 <= v < 3.0.0",
"saschatimme/elm-phoenix": "0.3.0 <= v < 1.0.0",
"zwilias/elm-utf-tools": "1.0.1 <= v < 2.0.0",
"eskimoblood/elm-color-extra": "5.0.0 <= v < 6.0.0",
"jystic/elm-font-awesome": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}