elm-sortable-table/elm-package.json

18 lines
439 B
JSON
Raw Permalink Normal View History

2016-07-20 21:59:04 +00:00
{
2016-10-07 18:25:01 +00:00
"version": "1.0.1",
2016-07-20 21:59:04 +00:00
"summary": "Sortable tables for data of any shape.",
2016-07-25 21:26:40 +00:00
"repository": "https://github.com/evancz/elm-sortable-table.git",
2016-07-20 21:59:04 +00:00
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [
"Table"
],
"dependencies": {
2016-10-07 18:24:39 +00:00
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0"
2016-07-20 21:59:04 +00:00
},
2016-10-07 18:24:39 +00:00
"elm-version": "0.18.0 <= v < 0.19.0"
2016-07-20 21:59:04 +00:00
}