{ "version": "1.0.0", "summary": "Sample Elm Test", "repository": "https://github.com/user/project.git", "license": "BSD-3-Clause", "source-directories": [ ".", "../src" ], "exposed-modules": [], "dependencies": { "elm-community/elm-test": "3.0.0 <= v < 4.0.0", "elm-community/json-extra": "2.3.0 <= v < 3.0.0", "elm-lang/core": "5.0.0 <= v < 6.0.0", "elm-lang/html": "2.0.0 <= v < 3.0.0", "elm-lang/keyboard": "1.0.1 <= v < 2.0.0", "folkertdev/svg-path-dsl": "2.0.0 <= v < 3.0.0", "mgold/elm-random-pcg": "5.0.0 <= v < 6.0.0", "rtfeldman/node-test-runner": "3.0.0 <= v < 4.0.0" }, "elm-version": "0.18.0 <= v < 0.19.0" }