forked from consbio/Leaflet.HtmlLegend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
45
46
{
"name": "leaflet-html-legend",
"version": "0.3.5",
"description": "Leaflet legend plugin using html elements",
"homepage": "http://github.com/consbio/Leaflet.HtmlLegend",
"author": {
"name": "Kaveh Karimi",
"email": "[email protected]"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^3.0.2",
"ignore-emit-webpack-plugin": "^2.0.2",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"bugs": {
"url": "https://github.com/consbio/Leaflet.HtmlLegend/issues"
},
"peerDependencies": {
"leaflet": "^1.6.0"
},
"babel": {
"presets": [
"@babel/env"
]
},
"main": "dist/L.Control.HtmlLegend.js",
"repository": {
"type": "git",
"url": "git://github.com/consbio/Leaflet.HtmlLegend"
},
"keywords": [
"leaflet",
"leaflet-legend",
"leaflet-html-legend"
]
}