Newer
Older
leaflet_plugins / Leaflet.Sync / package.json
@natto natto on 16 Nov 2018 1 KB add Sync
{
  "name": "leaflet.sync",
  "version": "0.2.4",
  "description": "Sync two or more Leaflet map instances",
  "main": "L.Map.Sync.js",
  "directories": {
    "test": "test"
  },
  "license": "BSD-3-Clause",
  "scripts": {
    "lint": "eslint L.Map.Sync.js examples/* test/*",
    "spec": "mocha-chrome test/index.html",
    "test": "npm run lint && npm run spec",
    "release": "mversion patch -m",
    "release-minor": "mversion minor -m"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jieter/Leaflet.Sync.git"
  },
  "keywords": [
    "Leaflet",
    "map",
    "geo",
    "sync"
  ],
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-leaflet": "0.0.13",
    "eslint": "^5.2.0",
    "eslint-plugin-html": "^4.0.5",
    "leaflet": "^1.3.4",
    "mocha": "^5.2.0",
    "mocha-chrome": "^1.1.0",
    "mversion": "^1.12.0"
  },
  "author": "Bjorn Sandvik",
  "contributors": [
    {
      "name": "Bails Pierre",
      "email": "bails@getredbird.com"
    }
  ],
  "readmeFilename": "README.md"
}