forked from jperelli/vue2-leaflet-markercluster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.17 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
38
39
{
"name": "vue2-leaflet-markercluster-pie",
"version": "1.0.1",
"description": "markercluster plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletMarkerclusterPie.js",
"scripts": {
"build": "vue build Vue2LeafletMarkerclusterPie.vue --prod --lib --config build.config.js",
"example": "vue build example.vue",
"example-geojson": "vue build example-geojson.vue"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/toshiroakio/vue2-leaflet-markercluster-pie.git"
},
"keywords": [
"vue2",
"leaflet",
"markercluster"
],
"author": "Julián Perelli (http://jperelli.com.ar/)",
"contributors": [
"Ahmet Özışık (https://github.com/aozisik)",
"Nader Toukabri (https://nader.tech)",
"toshiroakio (https: //github.com/toshiroakio)"
],
"license": "MIT",
"homepage": "https://github.com/toshiroakio/vue2-leaflet-markercluster-pie#readme",
"dependencies": {
"d3": "^5.7.0",
"leaflet": "^1.4.0",
"leaflet.markercluster": "^1.4.1",
"vue2-leaflet": "^1.2.3"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"vue-cli": "~2.8.2",
"webpack-node-externals": "^1.5.4"
}
}