Created
December 17, 2018 12:10
-
-
Save ccapndave/2e0f54e4f9c45146280e335505927d50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "package", | |
"name": "ccapndave/elm-tree-path", | |
"summary": "Strongly typed fixed level trees with a zipper.", | |
"license": "BSD-3-Clause", | |
"version": "1.0.0", | |
"exposed-modules": [ | |
"TreePath.Data", | |
"TreePath.Tree2", | |
"TreePath.Tree3", | |
"TreePath.Tree4", | |
"TreePath.Tree5", | |
"TreePath.Tree6", | |
"TreePath.Tree7", | |
"TreePath.Tree8", | |
"TreePath.Tree9", | |
"TreePath.Tree10" | |
], | |
"elm-version": "0.19.0 <= v < 0.20.0", | |
"dependencies": { | |
"elm/core": "1.0.0 <= v < 2.0.0", | |
"elm/json": "1.1.2 <= v < 2.0.0" | |
}, | |
"test-dependencies": { | |
"elm-explorations/test": "1.2.0 <= v < 2.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment