forked from heigeo/leaflet.wms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 825 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
{
"author": "Houston Engineering, Inc",
"name": "leaflet.wms",
"version": "0.2.0",
"description": "A Leaflet plugin for working with Web Map services, providing: single-tile/untiled/nontiled layers, shared WMS sources, and GetFeatureInfo-powered identify",
"license": "MIT",
"homepage": "https://github.com/heigeo/leaflet.wms",
"bugs": {
"url": "https://github.com/heigeo/leaflet.wms/issues"
},
"main": "dist/leaflet.wms.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "uglifyjs --output dist/leaflet.wms.js src/leaflet.wms.js"
},
"repository": {
"type": "git",
"url": "https://github.com/heigeo/leaflet.wms.git"
},
"keywords": [
"javascript",
"leaflet",
"wms",
"gis",
"map"
],
"dependencies": {
"uglify-js": "^2.7.3"
}
}