-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelm.json
More file actions
30 lines (30 loc) · 1.13 KB
/
elm.json
File metadata and controls
30 lines (30 loc) · 1.13 KB
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
{
"type": "package",
"name": "canceraiddev/elm-aws-amplify",
"summary": "Elm client for the AWS Amplify services.",
"license": "Apache-2.0",
"version": "4.0.0",
"exposed-modules": [
"AWS.Amplify",
"AWS.Amplify.Analytics",
"AWS.Amplify.Auth",
"AWS.Amplify.ClientInfo"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"NoRedInk/elm-json-decode-pipeline": "1.0.0 <= v < 2.0.0",
"NoRedInk/elm-random-pcg-extended": "1.0.0 <= v < 2.0.0",
"NoRedInk/elm-uuid": "2.0.0 <= v < 3.0.0",
"canceraiddev/elm-aws-cognito": "2.0.0 <= v < 3.0.0",
"canceraiddev/elm-aws-core": "1.0.0 <= v < 2.0.0",
"canceraiddev/elm-aws-pinpoint": "1.0.1 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/http": "2.0.0 <= v < 3.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm-community/result-extra": "2.4.0 <= v < 3.0.0",
"krisajenkins/remotedata": "6.0.1 <= v < 7.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.3 <= v < 2.0.0"
},
"test-dependencies": {}
}