-
Notifications
You must be signed in to change notification settings - Fork 14
/
elm-package.json
29 lines (29 loc) · 907 Bytes
/
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
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"license": "BSD3",
"source-directories": [
".",
"src/",
"src/Login",
"src/Signup",
"src/Stack",
"src/LikedGifs",
"src/StackCard",
"src/Gif",
"src/App"
],
"exposed-modules": [],
"dependencies": {
"Apanatshka/elm-signal-extra": "5.7.0 <= v < 6.0.0",
"Dandandan/Easing": "2.0.1 <= v < 3.0.0",
"ThomasWeiser/elmfire": "1.0.3 <= v < 2.0.0",
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-effects": "2.0.1 <= v < 3.0.0",
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
"evancz/elm-http": "3.0.0 <= v < 4.0.0",
"evancz/start-app": "2.0.2 <= v < 3.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}