elm-package.json 421 B

12345678910111213141516
  1. {
  2. "version": "1.0.0",
  3. "summary": "helpful summary of your project, less than 80 characters",
  4. "repository": "https://github.com/user/project.git",
  5. "license": "BSD3",
  6. "source-directories": [
  7. "."
  8. ],
  9. "exposed-modules": [],
  10. "dependencies": {
  11. "elm-lang/core": "5.1.1 <= v < 6.0.0",
  12. "elm-lang/html": "2.0.0 <= v < 3.0.0"
  13. },
  14. "elm-version": "0.18.0 <= v < 0.19.0"
  15. }