create file for uploading standard library to library.elm-lang.org

This commit is contained in:
Evan Czaplicki 2013-12-17 13:59:38 -08:00
parent f1f5744f5b
commit 68d41ba1bc

View file

@ -0,0 +1,40 @@
{ "version": "0.10.0.2"
, "summary": "Elm's standard libraries"
, "description": "The full set of standard libraries for Elm. This library is pegged to the version number of the compiler, so if you are using Elm 0.11, you should be using version 0.11 of the standard libraries."
, "license": "BSD3"
, "repository": "http://github.com/evancz/Elm.git"
, "elm-version": "0.10.0.2"
, "dependencies": {}
, "exposed-modules":
[ "Automaton"
, "Basics"
, "Bitwise"
, "Char"
, "Color"
, "Date"
, "Dict"
, "Either"
, "Graphics.Element"
, "Graphics.Collage"
, "Graphics.Input"
, "Http"
, "JavaScript"
, "JavaScript.Experimental"
, "Json"
, "Keyboard"
, "List"
, "Maybe"
, "Mouse"
, "Random"
, "Regex"
, "Set"
, "Signal"
, "String"
, "Text"
, "Time"
, "Touch"
, "Transform2D"
, "WebSocket"
, "Window"
]
}