-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 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
{
"name": "vue2-leaflet-path-transform",
"version": "2.0.2",
"description": "path-transform plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletPathTransform.js",
"scripts": {
"build": "vue build Vue2LeafletPathTransform.vue --prod --lib --config build.config.js",
"example": "vue build example.vue",
"dev": "http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/imudin/vue2-leaflet-path-transform.git"
},
"keywords": [
"vue2",
"leaflet",
"path-transform"
],
"author": "imudin (http://imudin.github.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/imudin/vue2-leaflet-path-transform.git/issues"
},
"homepage": "https://github.com/imudin/vue2-leaflet-path-transform.git/#readme",
"dependencies": {
"leaflet": "^1.4.0",
"leaflet-path-transform": "^1.1.1",
"vue2-leaflet": "^2.1.1"
},
"devDependencies": {
"vue-cli": "^2.8.2",
"webpack": "^3.11.0",
"webpack-node-externals": "^1.5.4"
}
}