Add the runtime for the Elm language.

This commit is contained in:
Ricky Elrod
2013-07-09 01:31:19 -04:00
parent dc08d65a18
commit deea1cc41f
2 changed files with 22 additions and 0 deletions
File diff suppressed because one or more lines are too long
+19
View File
@@ -0,0 +1,19 @@
{
"name": "elm-runtime",
"filename": "elm-runtime.min.js",
"version": "0.8.0.3",
"description": "The runtime for the Elm language.",
"homepage": "http://elm-lang.org/",
"keywords": [
"elm",
"FRP",
"functional"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/evancz/Elm.git"
}
]
}