elm-package.json 468 B

1234567891011121314151617
  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. "rtfeldman/hex": "1.0.0 <= v < 2.0.0"
  14. },
  15. "elm-version": "0.18.0 <= v < 0.19.0"
  16. }