https://github.com/Daniel-KM/Omeka-S-module-Cartography
Raw File
Tip revision: f0e0127a18cf24b186642457f81cd5c1d6e4f4b8 authored by Daniel Berthereau on 03 February 2019, 23:00:00 UTC
Fixed compatibility with IIIF server.
Tip revision: f0e0127
package.json
{
  "name": "omeka-s-module-cartography",
  "version": "3.0.0",
  "license": "CECILL-2.1",
  "description": "Cartography (module for Omeka S)",
  "repository": {
    "type": "git",
    "url": "https://github.com/Daniel-KM/Omeka-S-module-Cartography.git"
  },
  "dependencies": {
    "leaflet": "^1.3.4",
    "leaflet-draw": "^1.0.4",
    "leaflet-fullscreen": "^1.0.2",
    "leaflet-geosearch": "^2.7.0",
    "leaflet-groupedlayercontrol": "^0.6.1",
    "leaflet-providers": "^1.5.0",
    "leaflet-styleeditor": "^0.1.10-beta",
    "leaflet-tilelayer-wmts": "^1.0.0",
    "leaflet.markercluster": "^1.4.1"
  },
  "devDependencies": {
    "del": "^3.0.0",
    "gulp": "^4.0.0",
    "gulp-if": "^2.0.2",
    "gulp-rename": "^1.4.0",
    "gulp-uglify": "^3.0.1"
  }
}
back to top