elm/libraries/elm_dependencies.json

40 lines
899 B
JSON
Raw Normal View History

{ "version": "0.10.1"
, "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.10.1, you should be using version 0.10.1 of the standard libraries."
, "license": "BSD3"
, "repository": "http://github.com/evancz/Elm.git"
, "elm-version": "0.10.1"
, "dependencies": {}
, "exposed-modules":
[ "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"
]
}