-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "leaflet.layerscontrol-minimap",
"version": "1.0.21",
"description": "Leaflet layers control with minimaps",
"main": "L.Control.Layers.Minimap.js",
"dependencies": {
"leaflet-clonelayer": "^1.0.7",
"leaflet.sync": "0.2.4"
},
"devDependencies": {
"browserify": "^17.0.0",
"eslint": "^7.12.0",
"eslint-plugin-html": "^6.1.0",
"mversion": "^2.0.1"
},
"scripts": {
"test": "eslint index.js index.html example/example.js example/*.html",
"bundle": "browserify index.js > L.Control.Layers.Minimap.js",
"release": "mversion patch -m"
},
"repository": {
"type": "git",
"url": "https://github.com/jieter/leaflet.layerscontrol-minimap.git"
},
"keywords": [
"leaflet",
"layers",
"control",
"minimap"
],
"author": "Jan Pieter Waagmeester <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jieter/leaflet.layerscontrol-minimap/issues"
},
"homepage": "https://github.com/jieter/leaflet.layerscontrol-minimap"
}