elm-sortable-table/elm-package.json

18 lines
430 B
JSON
Raw Normal View History

2016-07-20 21:59:04 +00:00
{
"version": "1.0.0",
"summary": "Sortable tables for data of any shape.",
"repository": "https://github.com/evancz/elm-table.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"Table"
],
"dependencies": {
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"elm-lang/html": "1.1.0 <= v < 2.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
}