forked from aratcliffe/Leaflet.contextmenu
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 780 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 780 Bytes
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
{
"name": "leaflet-contextmenu",
"version": "1.4.0",
"type": "module",
"description": "A context menu for Leaflet",
"main": "dist/leaflet.contextmenu.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "node dist.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aratcliffe/Leaflet.contextmenu.git"
},
"keywords": [
"leaflet",
"contextmenu",
"mixin",
"context",
"menu"
],
"author": "Adam Ratcliffe",
"license": "MIT",
"bugs": {
"url": "https://github.com/aratcliffe/Leaflet.contextmenu/issues"
},
"homepage": "https://github.com/aratcliffe/Leaflet.contextmenu",
"devDependencies": {
"fs-extra": "^11.1.0",
"uglify-js": "^2.7.4",
"uglifycss": "^0.0.25"
}
}