elm/libraries/elm_dependencies.json
2014-02-21 18:47:34 -05:00

41 lines
924 B
JSON

{ "version": "0.11"
, "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.11"
, "dependencies": {}
, "exposed-modules":
[ "Basics"
, "Bitwise"
, "Char"
, "Color"
, "Date"
, "Debug"
, "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"
, "Trampoline"
, "Transform2D"
, "WebSocket"
, "Window"
]
}