Check in packages.

This commit is contained in:
Richard Feldman
2017-10-26 03:03:03 +02:00
parent ef07ce6f52
commit b964fb9a6d
2046 changed files with 401572 additions and 101 deletions

View File

@@ -0,0 +1,17 @@
{
"version": "2.0.4",
"summary": "Core virtual DOM implementation, basis for HTML and SVG libraries",
"repository": "https://github.com/elm-lang/virtual-dom.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"VirtualDom"
],
"native-modules": true,
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}