2017-06-02 04:13:58 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
|
|
|
"summary": "helpful summary of your project, less than 80 characters",
|
|
|
|
"repository": "https://github.com/user/project.git",
|
|
|
|
"license": "BSD3",
|
|
|
|
"source-directories": [
|
2017-06-25 04:45:03 +00:00
|
|
|
".",
|
|
|
|
"./src"
|
2017-06-02 04:13:58 +00:00
|
|
|
],
|
|
|
|
"exposed-modules": [],
|
|
|
|
"dependencies": {
|
2017-06-17 07:18:37 +00:00
|
|
|
"elm-lang/animation-frame": "1.0.1 <= v < 2.0.0",
|
2017-06-02 04:13:58 +00:00
|
|
|
"elm-lang/core": "5.1.1 <= v < 6.0.0",
|
2017-06-17 06:15:14 +00:00
|
|
|
"elm-lang/html": "2.0.0 <= v < 3.0.0",
|
|
|
|
"elm-lang/svg": "2.0.0 <= v < 3.0.0",
|
|
|
|
"folkertdev/svg-path-dsl": "2.0.0 <= v < 3.0.0"
|
2017-06-02 04:13:58 +00:00
|
|
|
},
|
|
|
|
"elm-version": "0.18.0 <= v < 0.19.0"
|
|
|
|
}
|