-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm-package.json
29 lines (29 loc) · 1.03 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
{
"version": "2.2.2",
"summary": "Facture-qr UI",
"repository": "https://github.com/epsitec-sa/facture-qr.git",
"license": "MIT",
"source-directories": [
"src/elm",
"src/lib/file-reader",
"src/lib/file-reader/Native",
"src/lib/localstorage",
"src/lib/localstorage/Native"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"danyx23/elm-dropzone": "2.0.1 <= v < 3.0.0",
"danyx23/elm-mimetype": "4.0.0 <= v < 5.0.0",
"elm-community/string-extra": "1.5.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",
"evancz/elm-markdown": "3.0.1 <= v < 4.0.0",
"mgold/elm-date-format": "1.5.0 <= v < 2.0.0",
"norpan/elm-html5-drag-drop": "1.1.0 <= v < 2.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}