-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 947 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
36
37
38
{
"name": "leaflet-html-legend",
"version": "0.3.4",
"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": "^6.26.*",
"babel-loader": "^7.1.*",
"babel-preset-es2015": "^6.24.*",
"css-loader": "^0.28.*",
"extract-text-webpack-plugin": "^3.0.*",
"style-loader": "^0.19.*",
"webpack": "^3.8.*"
},
"bugs": {
"url": "https://github.com/consbio/Leaflet.HtmlLegend/issues"
},
"peerDependencies": {
"leaflet": "^1.3.*"
},
"main": "dist/L.Control.HtmlLegend.js",
"repository": {
"type": "git",
"url": "git://github.com/consbio/Leaflet.HtmlLegend"
},
"keywords": [
"leaflet",
"leaflet-legend",
"leaflet-html-legend"
]
}