-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
44 lines (44 loc) · 977 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
41
42
43
44
{
"name": "tilesplash",
"description": "A light and quick nodejs webserver for serving mapbox vector tiles (and topojson) from a postgis backend",
"version": "3.1.3",
"maintainers": [
{
"name": "Tristan Davies",
"email": "[email protected]"
},
{
"name": "Nick Husher",
"email": "[email protected]"
},
{
"name": "Bill Morris",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/faradayio/tilesplash.git"
},
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"path": "^0.12.7",
"request": "~2.36.0",
"mocha": "~1.20.0"
},
"dependencies": {
"@mapbox/sphericalmercator": "^1.0.5",
"async": "^2.5.0",
"caching": "^0.1.4",
"clone": "^2.1.1",
"connect-timeout": "^1.9.0",
"express": "^4.15.3",
"mapnik": "~3.6.2",
"pg": "^6.4.1",
"topojson": "^3.0.0"
}
}