Initial setup.

This commit is contained in:
Nicolas Perriault 2017-04-15 09:18:02 +02:00
commit 44cc09a142
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
3 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
elm-stuff

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# tooty
A Mastodon client written in Elm.

15
elm-package.json Normal file
View 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"
}