| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-08-24 17:36:33 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-08-24 17:36:33 +0200 | 
| commit | b3fd9613c298e1af44f025d9d95021eec8c72a59 (patch) | |
| tree | 4e00b8d3c2f3a56747a3520a3ec260c5e3302861 /src/character/elm-package.json | |
| parent | 3713d6089adccd96385b0d079bb72587d2122848 (diff) | |
Starting to work on the character editor.
Diffstat (limited to 'src/character/elm-package.json')
| -rw-r--r-- | src/character/elm-package.json | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/src/character/elm-package.json b/src/character/elm-package.json new file mode 100644 index 0000000..5f6573f --- /dev/null +++ b/src/character/elm-package.json @@ -0,0 +1,18 @@ +{ +    "version": "1.0.0", +    "summary": "helpful summary of your project, less than 80 characters", +    "repository": "https://github.com/nsensfel/tacticians-client.git", +    "license": "Apache 2.0", +    "source-directories": [ +        "src" +    ], +    "exposed-modules": [], +    "dependencies": { +        "NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0", +        "elm-lang/core": "5.1.1 <= v < 6.0.0", +        "elm-lang/dom": "1.1.1 <= v < 2.0.0", +        "elm-lang/html": "2.0.0 <= v < 3.0.0", +        "elm-lang/http": "1.0.0 <= v < 2.0.0" +    }, +    "elm-version": "0.18.0 <= v < 0.19.0" +} | 


