-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
40
{
"name": "vue2-leaflet-polyline-measure",
"version": "1.2.1",
"description": "Leaflet.PolylineMeasure control plugin extension for Vue2Leaflet package",
"main": "./LControlPolylineMeasure.vue",
"scripts": {
"example": "poi --serve"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mikeu/vue2-leaflet-polyline-measure.git"
},
"keywords": [
"vue",
"leaflet",
"vue2leaflet",
"polylinemeasure",
"ruler"
],
"author": "Michael Underwood",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikeu/vue2-leaflet-polyline-measure/issues"
},
"homepage": "https://github.com/mikeu/vue2-leaflet-polyline-measure#readme",
"dependencies": {
"leaflet.polylinemeasure": "github:ppete2/Leaflet.PolylineMeasure#b85a4b9",
"vue2-leaflet": "^2.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.5.17",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"leaflet": "^1.3.4",
"poi": "^12.9.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}