This repository was archived by the owner on Jul 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelm-package.json
More file actions
52 lines (52 loc) Β· 1.8 KB
/
elm-package.json
File metadata and controls
52 lines (52 loc) Β· 1.8 KB
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
51
52
{
"version": "1.0.0",
"summary": "Alternative front end for selfoss RSS reader",
"repository": "https://github.com/fossar/almafoss.git",
"license": "MIT",
"source-directories": [
"src"
],
"exposed-modules": [
"Api",
"AuthForm",
"Document",
"Forms",
"Locale",
"Locale.Czech",
"Locale.English",
"Main",
"Messages",
"Routing",
"Scroll",
"SourceList",
"Types",
"Utils",
"Window"
],
"native-modules": true,
"dependencies": {
"Bogdanp/elm-combine": "3.1.1 <= v < 4.0.0",
"elm-community/list-extra": "5.0.0 <= v < 6.0.0",
"elm-community/maybe-extra": "3.0.0 <= v < 4.0.0",
"elm-community/elm-time": "1.0.0 <= v < 2.0.0",
"elm-lang/core": "5.0.0 <= 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",
"elm-lang/keyboard": "1.0.1 <= v < 2.0.0",
"elm-lang/navigation": "2.0.1 <= v < 3.0.0",
"evancz/elm-markdown": "3.0.1 <= v < 4.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"fossar/elm-accessibility": "0.0.1 <= v < 0.0.2",
"fossar/elm-localization": "0.0.1 <= v < 0.0.2",
"Fresheyeball/elm-font-awesome": "2.0.2 <= v < 3.0.0",
"kintail/input-widget": "1.0.6 <= v < 2.0.0",
"krisajenkins/remotedata": "4.3.0 <= v < 5.0.0",
"lukewestby/elm-http-builder": "5.0.0 <= v < 6.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"NoRedInk/rocket-update": "1.0.0 <= v < 2.0.0",
"ohanhi/keyboard-extra": "1.2.0 <= v < 2.0.0",
"scottcorgan/keyboard-combo": "2.0.2 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}