Initial setup.
This commit is contained in:
commit
44cc09a142
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
elm-stuff
|
15
elm-package.json
Normal file
15
elm-package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"summary": "A Mastodon client written in Elm.",
|
||||
"repository": "https://github.com/n1k0/tooty.git",
|
||||
"license": "MIT",
|
||||
"source-directories": [
|
||||
"."
|
||||
],
|
||||
"exposed-modules": [],
|
||||
"dependencies": {
|
||||
"elm-lang/core": "5.1.1 <= v < 6.0.0",
|
||||
"elm-lang/html": "2.0.0 <= v < 3.0.0"
|
||||
},
|
||||
"elm-version": "0.18.0 <= v < 0.19.0"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user