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