elm-google-sign-in
Version:
Elm bindings to the "Sign in with Google" widget
17 lines (16 loc) • 434 B
JSON
{
"type": "package",
"name": "cedric-h/elm-google-sign-in",
"summary": "Elm bindings to the \"Sign in With Google\" widget",
"license": "MIT",
"version": "0.0.1",
"exposed-modules": [
"GoogleSignIn"
],
"elm-version": "0.19.1 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-css": "16.0.1 <= v < 17.0.0"
},
"test-dependencies": {}
}