Skip to content

Instantly share code, notes, and snippets.

@frpaulas
Created March 19, 2016 14:18
Show Gist options
  • Save frpaulas/d596c4947a645e29d64f to your computer and use it in GitHub Desktop.
Save frpaulas/d596c4947a645e29d64f to your computer and use it in GitHub Desktop.
{
"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