elm/libraries/elm_dependencies.json

43 lines
953 B
JSON
Raw Normal View History

2014-03-21 22:28:35 +00:00
{ "version": "0.12"
, "summary": "Elm's standard libraries"
2014-03-21 22:28:35 +00:00
, "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.12, you should be using version 0.12 of the standard libraries."
, "license": "BSD3"
, "repository": "http://github.com/evancz/Elm.git"
2014-03-21 22:28:35 +00:00
, "elm-version": "0.12"
, "dependencies": {}
, "exposed-modules":
[ "Basics"
, "Bitwise"
, "Char"
, "Color"
, "Date"
, "Debug"
, "Dict"
, "Either"
, "Graphics.Element"
, "Graphics.Collage"
, "Graphics.Input"
2014-03-21 22:28:35 +00:00
, "Graphics.Input.Field"
, "Http"
, "JavaScript"
, "JavaScript.Experimental"
, "Json"
, "Keyboard"
, "List"
, "Maybe"
, "Mouse"
, "Random"
, "Regex"
, "Set"
, "Signal"
, "String"
, "Text"
, "Time"
, "Touch"
, "Trampoline"
, "Transform2D"
, "WebSocket"
, "Window"
]
}