-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 929 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
39
40
{
"name": "tilestrata-mapnik",
"version": "0.5.0",
"description": "A TileStrata plugin for rendering tiles with mapnik",
"author": "Brian Reavis <[email protected]>",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/naturalatlas/tilestrata-mapnik.git"
},
"keywords": [
"tilestrata",
"tilestrata-plugin",
"tilestrata-provider",
"mapnik"
],
"bugs": {
"url": "https://github.com/naturalatlas/tilestrata-mapnik/issues"
},
"homepage": "https://github.com/naturalatlas/tilestrata-mapnik",
"dependencies": {
"generic-pool": "^2.5.4",
"mime": "^2.4.6",
"step": "^1.0.0"
},
"devDependencies": {
"chai": "^3.3.0",
"image-size": "^0.4.0",
"is-png": "^2.0.0",
"mocha": "^7.2.0"
},
"peerDependencies": {
"tilestrata": "*",
"mapnik": "*"
}
}