-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 997 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
{
"name": "vue2-leaflet-rotatedmarker",
"version": "1.0.9",
"description": "rotatedmarker plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletRotatedMarker.js",
"scripts": {
"build": "vue build Vue2LeafletRotatedMarker.vue --prod --lib --config build.config.js",
"example": "vue build example.vue"
},
"repository": {
"type": "git",
"url": "git@github.com:imudin/vue2-leaflet-rotatedmarker.git"
},
"keywords": [
"vue2",
"leaflet",
"rotatedmarker"
],
"author": "imudin (http://imudin.github.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/imudin/vue2-leaflet-rotatedmarker/issues"
},
"homepage": "https://github.com/imudin/vue2-leaflet-rotatedmarker/#readme",
"dependencies": {
"leaflet": "^1.4.0",
"leaflet-rotatedmarker": "^0.2.0",
"vue2-leaflet": "^2.1.1"
},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"vue-cli": "~2.8.2",
"webpack-node-externals": "^1.5.4"
}
}