forked from faradayio/tilesplash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 822 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
{
"name": "tilesplash",
"description": "a light and quick nodejs webserver for serving topojson vector tiles from a postgis backend",
"version": "1.9.2",
"maintainers": [
{
"name": "Tristan Davies",
"email": "npm@tristan.io"
}
],
"repository": {
"type": "git",
"url": "https://github.com/faradayio/tilesplash.git"
},
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"request": "~2.36.0",
"mocha": "~1.20.0"
},
"dependencies": {
"async": "~0.9.0",
"caching": "git://github.com/faradayio/node-caching.git",
"clone": "^1.0.2",
"connect-timeout": "^1.6.2",
"express": "~4.4.1",
"mapnik": "3.1.6",
"pg": "^4.3.0",
"sphericalmercator": "~1.0.2",
"topojson": "1.6.9",
"bluebird": "2.9.34"
}
}