-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-package.json
27 lines (27 loc) · 988 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
{
"version": "0.0.0",
"summary": "A songbook web app",
"repository": "https://github.com/fredcy/localstorage.git",
"license": "MIT",
"source-directories": [
"source",
"vendor/localstorage/src"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"NoRedInk/elm-decode-pipeline": "2.0.0 <= v < 3.0.0",
"elm-community/elm-test": "2.1.0 <= v < 3.0.0",
"elm-lang/core": "4.0.1 <= v < 5.0.0",
"elm-lang/dom": "1.0.0 <= v < 2.0.0",
"elm-lang/html": "1.1.0 <= v < 2.0.0",
"elm-lang/navigation": "1.0.0 <= v < 2.0.0",
"elm-lang/svg": "1.1.0 <= v < 2.0.0",
"evancz/elm-http": "3.0.1 <= v < 4.0.0",
"evancz/url-parser": "1.0.0 <= v < 2.0.0",
"krisajenkins/elm-exts": "25.13.0 <= v < 26.0.0",
"rtfeldman/elm-css": "3.1.1 <= v < 4.0.0",
"rtfeldman/elm-css-helpers": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
}