-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
38
39
40
{
"name": "vue2-leaflet-googlemutant",
"version": "2.0.0",
"description": "googlemutant plugin extension for vue2-leaflet package",
"main": "dist/Vue2LeafletGoogleMutant.js",
"scripts": {
"build": "vue build Vue2LeafletGoogleMutant.vue --prod --lib --config build.config.js",
"example": "vue build example.vue",
"example-geojson": "vue build example-geojson.vue"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jperelli/vue2-leaflet-googlemutant.git"
},
"keywords": [
"vue2",
"leaflet",
"googlemutant"
],
"author": "Julián Perelli (http://jperelli.com.ar/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jperelli/vue2-leaflet-googlemutant/issues"
},
"homepage": "https://github.com/jperelli/vue2-leaflet-googlemutant#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"leaflet": "^1.4.0",
"leaflet.gridlayer.googlemutant": "^0.8.0",
"vue-cli": "~2.8.2",
"vue2-leaflet": "^2.1.1",
"webpack-node-externals": "^1.5.4"
},
"peerDependencies": {
"leaflet": "^1.4.0",
"leaflet.gridlayer.googlemutant": "^0.8.0",
"vue2-leaflet": "^2.1.1"
}
}