forked from pointhi/leaflet-color-markers
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 708 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 708 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
{
"name": "leaflet-color-markers",
"version": "0.1.5",
"description": "color variations of the standard leaflet marker (forked for npm enablement)",
"main": "js/leaflet-color-markers.js",
"scripts": {
"test": "exit 0"
},
"dependencies": {
"leaflet": "^1.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickp-rthinfo/leaflet-color-markers.git"
},
"keywords": [
"Leaflet",
"Maps",
"Marker"
],
"author": "Thomas Pointhuber",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/patrickp-rthinfo/leaflet-color-markers/issues"
},
"homepage": "https://github.com/patrickp-rthinfo/leaflet-color-markers#readme"
}