-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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-polylinedecorator",
"version": "2.0.1",
"description": "polylinedecorator plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletPolylinedecorator.js",
"scripts": {
"build": "vue build Vue2LeafletPolylinedecorator.vue --prod --lib --config build.config.js",
"example": "vue build example.vue"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jperelli/vue2-leaflet-polylinedecorator.git"
},
"keywords": [
"vue2",
"leaflet",
"polylinedecorator"
],
"author": "Julián Perelli (http://jperelli.com.ar/)",
"contributors": [
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jperelli/vue2-leaflet-polylinedecorator/issues"
},
"homepage": "https://github.com/jperelli/vue2-leaflet-polylinedecorator#readme",
"dependencies": {
"leaflet": "^1.3.1",
"leaflet-polylinedecorator": "^1.6.0",
"vue2-leaflet": "^1.0.2"
},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"vue-cli": "~2.8.2",
"webpack-node-externals": "^1.5.4"
}
}