-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
36 lines (36 loc) · 1018 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
{
"name": "leaflet-rastercoords",
"version": "1.0.6",
"description": "Leaflet plugin for plain image map projection to display large images using tiles generated with gdal2tiles-leaflet",
"keywords": [
"Leaflet",
"coordinates",
"raster"
],
"homepage": "https://github.com/commenthol/leaflet-rastercoords#readme",
"bugs": {
"url": "https://github.com/commenthol/leaflet-rastercoords/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commenthol/leaflet-rastercoords.git"
},
"license": "MIT",
"author": "commenthol <commenthol@gmail.com>",
"main": "rastercoords.js",
"directories": {
"example": "example"
},
"scripts": {
"example": "http-server . -a localhost -c-1 -o",
"lint": "standard -v ./*.js",
"test": "echo \"Error: no test specified - run example/index.html instead\" && exit 1"
},
"dependencies": {
"leaflet": "^1.9.4"
},
"devDependencies": {
"http-server": "^14.1.1",
"standard": "^17.1.0"
}
}