{
    "name": "leaflet.active-layers",
    "version": "0.3.2",
    "description": "A plugin for the Leaflet library. This plugin adds new L.Control.ActiveLayers with functionality to get currently active layers on the map.",
    "scripts": {
        "test": "node-qunit-phantomjs test/index.html",
        "dev": "webpack --watch --mode=development",
        "release": "npm run test && webpack --mode=production"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/vogdb/ActiveLayers.git"
    },
    "author": "vogdb",
    "license": {
        "type": "MIT",
        "url": "https://github.com/vogdb/Leaflet.ActiveLayers/blob/master/MIT-LICENSE.txt"
    },
    "dependencies": {
        "leaflet": "^1.7.1"
    },
    "devDependencies": {
        "happen": "^0.3.2",
        "node-qunit-phantomjs": "^2.1.1",
        "qunit": "^2.17.2",
        "webpack": "^5.65.0",
        "webpack-cli": "^4.9.1"
    }
}
