1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/elm/elm-package.json
2017-06-04 23:41:21 +02:00

16 lines
402 B
JSON

{
"version": "1.0.0",
"summary": "Make-A-Lisp implementation in Elm",
"repository": "https://github.com/kanaka/mal.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
"Bogdanp/elm-combine": "3.1.1 <= v < 4.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}