1
0
Fork 0
tooty/elm-package.json

31 lines
1.2 KiB
JSON
Raw Normal View History

2017-04-15 03:18:02 -04:00
{
"version": "1.0.0",
"summary": "A Mastodon client written in Elm.",
"repository": "https://github.com/n1k0/tooty.git",
"license": "MIT",
"source-directories": [
"./src"
2017-04-15 03:18:02 -04:00
],
"exposed-modules": [],
"dependencies": {
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"elm-community/dict-extra": "1.5.0 <= v < 2.0.0",
2017-04-23 15:49:04 -04:00
"elm-community/list-extra": "6.0.0 <= v < 7.0.0",
2017-04-27 10:34:27 -04:00
"elm-community/string-extra": "1.3.3 <= v < 2.0.0",
2017-04-15 03:18:02 -04:00
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/keyboard": "1.0.1 <= v < 2.0.0",
"elm-lang/navigation": "2.1.0 <= v < 3.0.0",
2017-04-25 10:27:15 -04:00
"elm-lang/websocket": "1.0.2 <= v < 2.0.0",
"evancz/url-parser": "2.0.1 <= v < 3.0.0",
2017-04-25 10:27:15 -04:00
"jinjor/elm-html-parser": "1.1.5 <= v < 2.0.0",
2017-04-25 06:15:45 -04:00
"lukewestby/elm-http-builder": "5.1.0 <= v < 6.0.0",
"rluiten/elm-date-extra": "8.5.0 <= v < 9.0.0",
2017-05-13 05:21:29 -04:00
"teepark/elmoji": "2.0.2 <= v < 3.0.0",
"thebritican/elm-autocomplete": "4.0.3 <= v < 5.0.0"
2017-04-15 03:18:02 -04:00
},
"elm-version": "0.18.0 <= v < 0.19.0"
}