-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm-package.json
36 lines (36 loc) · 1.43 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
30
31
32
33
34
35
36
{
"version": "3.0.0",
"summary": "Entities used by Slate Test code",
"repository": "https://github.com/panosoft/slate-test-entities.git",
"license": "Unlicense",
"source-directories": [
"src"
],
"exposed-modules": [
"Slate.TestEntities.Common.Helper",
"Slate.TestEntities.AddressCommand",
"Slate.TestEntities.AddressEntity",
"Slate.TestEntities.AddressSchema",
"Slate.TestEntities.PersonEntity",
"Slate.TestEntities.PersonSchema"
],
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-community/json-extra": "2.1.0 <= v < 3.0.0",
"elm-community/string-extra": "1.3.1 <= v < 2.0.0",
"elm-community/maybe-extra": "3.1.0 <= v < 4.0.0",
"elm-community/result-extra": "2.2.0 <= v < 3.0.0",
"danyx23/elm-uuid": "2.0.2 <= v < 3.0.0",
"skinney/fnv": "1.0.3 <= v < 2.0.0",
"panosoft/elm-debugf": "2.0.0 <= v < 3.0.0",
"panosoft/elm-utils": "2.0.0 <= v < 3.0.0",
"panosoft/elm-string-utils": "2.0.0 <= v < 3.0.0",
"panosoft/elm-cmd-retry": "3.0.0 <= v < 4.0.0",
"panosoft/elm-parent-child-update": "2.0.0 <= v < 3.0.0",
"panosoft/services-common": "2.0.0 <= v < 3.0.0",
"panosoft/elm-postgres": "4.0.0 <= v < 5.0.0",
"panosoft/slate-common": "2.0.0 <= v < 3.0.0",
"panosoft/slate-command-common": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}