-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelm-package.json
More file actions
22 lines (22 loc) · 788 Bytes
/
Copy pathelm-package.json
File metadata and controls
22 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "1.0.0",
"summary": "Personal website written in Elm",
"repository": "https://github.com/ulyssesp/ulyssesp-com.git",
"license": "MIT",
"source-directories": [
"src"
],
"exposed-modules": [],
"dependencies": {
"arturopala/elm-monocle": "1.4.0 <= v < 2.0.0",
"elm-lang/animation-frame": "1.0.0 <= v < 2.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.1.0 <= v < 3.0.0",
"evancz/elm-markdown": "3.0.0 <= v < 4.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
"mdgriffith/elm-style-animation": "3.5.5 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}