-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
52 lines (52 loc) · 1.45 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
47
48
49
50
51
52
{
"name": "mapbox-map-image-export",
"version": "2.4.1",
"description": "Export a Mapbox GL map to a hi-res image for printing",
"main": "index.js",
"bin": {
"export-map": "./cmd.js"
},
"license": "MIT",
"author": "Gregor MacLennan (Digital Democracy)",
"dependencies": {
"@turf/bbox-polygon": "^6.0.1",
"decimal.js": "^10.0.1",
"electron": "^3.0.7",
"from2": "^2.3.0",
"gl-fbo": "^2.0.5",
"gl-pixel-stream": "^1.2.0",
"js-quantities": "^1.7.2",
"mapbox-gl": "^0.49.0",
"minimist": "^1.2.0",
"mosaic-image-stream": "^1.0.1",
"multistream": "^2.1.1",
"once": "^1.4.0",
"png-stream": "^1.0.4",
"pump": "^3.0.0",
"pumpify": "^1.5.1",
"single-line-log": "^1.1.2",
"through2": "^2.0.1",
"through2-spy": "^2.0.0",
"yargs-parser": "^11.0.0"
},
"devDependencies": {},
"scripts": {
"example": "node ./cmd.js mapbox://styles/mapbox/streets-v9 -w=11in -h=8.5in -b=-7.1354,57.9095,-6.1357,58.516 -t=pk.eyJ1IjoidGF0aWFuYSIsImEiOiJjaWs1bzRiZGQwMDdjcHRrc285bTdwcWU5In0.0EWPVHyjaE9jTzNvOiIO-w -o=lewis.png"
},
"keywords": [
"mapbox",
"mapbox-gl",
"print",
"image",
"export",
"map"
],
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/mapbox-map-image-export.git"
},
"bugs": {
"url": "https://github.com/digidem/mapbox-map-image-export/issues"
},
"homepage": "https://github.com/digidem/mapbox-map-image-export#readme"
}