aboutsummaryrefslogtreecommitdiffstats
path: root/elm-package.json
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2018-07-13 15:20:50 +0100
committerJakub Hampl <kopomir@gmail.com>2018-07-13 15:20:50 +0100
commitcc6d143dd8124e13059c26125e70237795e9a9a4 (patch)
treee7d6a658990046b672bb59e6d97912e26b5fe057 /elm-package.json
parent181401c4ffd06c127c57e27e2e88b05f7fdd1f88 (diff)
Clean up various messes
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/elm-package.json b/elm-package.json
index ffcf4d4..3fa2f75 100644
--- a/elm-package.json
+++ b/elm-package.json
@@ -1,18 +1,20 @@
{
"version": "1.0.0",
- "summary": "helpful summary of your project, less than 80 characters",
- "repository": "https://github.com/user/project.git",
- "license": "BSD3",
+ "summary": "An advanced mapping library",
+ "repository": "https://github.com/gampleman/elm-mapbox.git",
+ "license": "MIT",
"source-directories": [
"./src"
],
"exposed-modules": [
"Mapbox.Element",
- "Mapbox.Cmd",
+ "Mapbox.Cmd.Template",
+ "Mapbox.Cmd.Option",
"Mapbox.Style",
"Mapbox.Source",
"Mapbox.Layer",
- "Mapbox.Expression"
+ "Mapbox.Expression",
+ "LngLat"
],
"dependencies": {
"elm-lang/core": "5.1.1 <= v < 6.0.0",