forked from mapbox/leaflet-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 815 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
{
"name": "leaflet-image",
"version": "0.4.0",
"description": "export leaflet maps as images",
"main": "index.js",
"scripts": {
"make": "browserify -s leafletImage index.js > leaflet-image.js",
"test": "eslint index.js && tape test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/leaflet-image.git"
},
"keywords": [
"leaflet",
"map",
"image",
"export",
"canvas"
],
"author": "Tom MacWright",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mapbox/leaflet-image/issues"
},
"devDependencies": {
"browserify": "~13.0.1",
"concat-stream": "1.5.1",
"eslint": "2.10.2",
"pageres": "4.1.2",
"pixelmatch": "4.0.1",
"tape": "4.5.1"
},
"dependencies": {
"d3-queue": "2.0.3"
}
}