forked from fadighattas100/vue2-leaflet-hotline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
41
42
43
44
{
"private": true,
"author": {
"name": "Ilya Oblomov"
},
"bugs": {
"url": "https://github.com/ikmolbo/vue2-leaflet-hotline/issues"
},
"bundleDependencies": false,
"dependencies": {
"leaflet": "^1.3.1",
"leaflet-hotline": "^0.4.0",
"vue2-leaflet": "^1.0.2"
},
"deprecated": false,
"description": "Create coloured gradients along polylines using Vue and Leaflet.",
"devDependencies": {
"babel-preset-env": "^1.6.0",
"eslint-plugin-html": "^4.0.3",
"vue-cli": "~2.8.2",
"webpack-node-externals": "^1.5.4"
},
"homepage": "https://github.com/ikmolbo/vue2-leaflet-hotline#readme",
"keywords": [
"Vue",
"Leaflet",
"gradient",
"hotline",
"polyline"
],
"license": "MIT",
"main": "dist/Vue2LeafletHotline.js",
"name": "vue2-leaflet-hotline",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ikmolbo/vue2-leaflet-hotline.git"
},
"scripts": {
"build": "vue build Vue2LeafletHotline.vue --prod --lib --config build.config.js",
"example": "vue build example.vue",
"example-geojson": "vue build example-geojson.vue"
},
"version": "1.0.1"
}