forked from jawj/OverlappingMarkerSpiderfier-Leaflet
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 1018 Bytes
/
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
{
"name": "overlapping-marker-spiderfier-leaflet",
"version": "0.2.7",
"description": "Deals with overlapping markers in the Leaflet maps API, Google Earth-style",
"keywords": [
"overlapping marker",
"spiderfier",
"leaflet",
"leaflet plugin"
],
"homepage": "https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet",
"bugs": "https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet/issues",
"license": "MIT",
"main": "dist/oms.js",
"author": "George MacKerron <[email protected]> (http://mackerron.com)",
"repository": {
"type": "git",
"url": "https://github.com/dwiyatci/OverlappingMarkerSpiderfier-Leaflet.git"
},
"devDependencies": {
"coffee-script": "1.12.7",
"lodash": "4.17.11",
"rollup": "1.15.1",
"rollup-plugin-coffee-script": "1.1.0",
"rollup-plugin-uglify": "6.0.2"
},
"scripts": {
"install:clean": "yarn upgrade || yarn install",
"update": "yarn upgrade-interactive --latest",
"build": "rollup --config"
}
}