elm-sortable-table/examples/elm-package.json

17 lines
480 B
JSON
Raw Normal View History

2016-07-21 00:12:36 +00:00
{
2016-12-07 06:40:58 +00:00
"version": "1.0.1",
2016-07-21 00:12:36 +00:00
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
2016-12-07 06:40:58 +00:00
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"evancz/elm-sortable-table": "1.0.1 <= v < 2.0.0"
2016-07-21 00:12:36 +00:00
},
2016-12-07 06:40:58 +00:00
"elm-version": "0.18.0 <= v < 0.19.0"
2016-07-21 00:12:36 +00:00
}