airlock/elm.json

21 lines
545 B
JSON
Raw Normal View History

2023-05-27 16:58:24 +03:00
{
"type": "package",
"name": "ilyakooo0/airlock",
"summary": "Urbit airlock",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": [
"Urbit"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
2023-05-27 19:51:16 +03:00
"TSFoster/elm-bytes-extra": "1.3.0 <= v < 1.4.0",
2023-05-27 16:58:24 +03:00
"elm/bytes": "1.0.8 <= v < 2.0.0",
2023-05-27 19:51:16 +03:00
"elm/core": "1.0.0 <= v < 1.0.5",
"elm-community/list-extra": "8.7.0 <= v < 9.0.0"
2023-05-27 16:58:24 +03:00
},
"test-dependencies": {
2023-05-28 14:38:13 +03:00
"elm-explorations/test": "2.1.1 <= v < 3.0.0"
2023-05-27 16:58:24 +03:00
}
}