Created
March 19, 2016 14:18
-
-
Save frpaulas/d596c4947a645e29d64f 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
{ | |
"version": "2.0.1", | |
"summary": "Fast markdown parsing and rendering", | |
"repository": "https://github.com/evancz/elm-markdown.git", | |
"license": "BSD3", | |
"source-directories": [ | |
"src" | |
], | |
"exposed-modules": [ | |
"Markdown" | |
], | |
"native-modules": true, | |
"dependencies": { | |
"elm-lang/core": "2.0.0 <= v < 4.0.0", | |
"evancz/elm-html": "1.0.0 <= v < 5.0.0", | |
"evancz/elm-markdown" : "2.0.1 <= v <= 2.0.1" | |
[ | |
}, | |
"elm-version": "0.15.0 <= v < 0.17.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment