elmman/elm-package.json

21 lines
656 B
JSON
Raw Permalink Normal View History

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",
2018-09-17 22:14:00 +00:00
"license": "UNLICENSED",
2017-06-02 04:13:58 +00:00
"source-directories": [
".",
2017-06-28 16:09:20 +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",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
2017-06-28 16:09:20 +00:00
"elm-lang/keyboard": "1.0.1 <= v < 2.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"
}