blob: 9a8a7ea09983c5072d7338a46b0a86bb021e04da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"version": "0.0.1",
"summary": "",
"description": "",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "1.0.0 <= v < 2.0.0",
"evancz/elm-html": "1.0.0 <= v < 2.0.0"
},
"repository": "https://github.com/guyonvarch/timer.git"
}
|