-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "vue2-leaflet-locatecontrol",
"version": "1.0.2",
"description": "locatecontrol plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletLocatecontrol.js",
"scripts": {
"build": "vue build Vue2LeafletLocatecontrol.vue --prod --lib --config build.config.js",
"example": "vue build example.vue"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vUdav/vue2-leaflet-locatecontrol.git"
},
"keywords": [
"vue2",
"leaflet",
"locatecontrol"
],
"author": "Valery Liubimov (http://vudav.ru)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vUdav/vue2-leaflet-locatecontrol/issues"
},
"homepage": "https://github.com/vUdav/vue2-leaflet-locatecontrol#readme",
"dependencies": {
"leaflet.locatecontrol": "^0.74.0"
},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"leaflet": "^1.7.1",
"vue": "^2.5.17",
"vue-cli": "~2.8.2",
"vue2-leaflet": "^2.7.1",
"webpack": "^3.12.0",
"webpack-node-externals": "^1.5.4"
}
}