Initial commit.
This commit is contained in:
21
elm-stuff/packages/elm-lang/html/2.0.0/elm-package.json
vendored
Normal file
21
elm-stuff/packages/elm-lang/html/2.0.0/elm-package.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"summary": "Fast HTML, rendered with virtual DOM diffing",
|
||||
"repository": "https://github.com/elm-lang/html.git",
|
||||
"license": "BSD3",
|
||||
"source-directories": [
|
||||
"src"
|
||||
],
|
||||
"exposed-modules": [
|
||||
"Html",
|
||||
"Html.Attributes",
|
||||
"Html.Events",
|
||||
"Html.Keyed",
|
||||
"Html.Lazy"
|
||||
],
|
||||
"dependencies": {
|
||||
"elm-lang/core": "5.0.0 <= v < 6.0.0",
|
||||
"elm-lang/virtual-dom": "2.0.0 <= v < 3.0.0"
|
||||
},
|
||||
"elm-version": "0.18.0 <= v < 0.19.0"
|
||||
}
|
||||
Reference in New Issue
Block a user