-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 934 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
33
34
35
36
37
{
"name": "vue2-leaflet-vectorgrid",
"version": "1.1.1",
"description": "A Leaflet.VectorGrid plugin for the vue2-leaflet package",
"main": "./Vue2LeafletVectorGridProtobuf.vue",
"files": [
"Vue2LeafletVectorGridProtobuf.vue"
],
"scripts": {
"build": "vue build -t lib Vue2LeafletVectorGridProtobuf.vue"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tesselo/vue2-leaflet-vectorgrid.git"
},
"keywords": [
"vue2",
"leaflet",
"vectorgrid"
],
"author": "Daniel Wiesmann",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/tesselo/vue2-leaflet-vectorgrid/issues"
},
"homepage": "https://github.com/tesselo/vue2-leaflet-vectorgrid#readme",
"devDependencies": {
"leaflet": "^1.6.0",
"vue2-leaflet": "^2.4.3"
},
"dependencies": {
"leaflet.vectorgrid": "^1.3.0"
},
"peerDependencies": {
"vue2-leaflet": "^2.x"
}
}