-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.5 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "tilepin",
"version": "0.1.0",
"main": "tilepin.js",
"description": "Tilepin caching server",
"url": "http://github.com/ubimix/tilepin",
"keywords": [
"map",
"server",
"mapnik"
],
"licenses": [
{
"type": "BSD"
}
],
"repository": {
"type": "git",
"url": "http://github.com/tilepin/tilepin.git"
},
"contributors": [
{
"name": "Mikhail Kotelnikov",
"email": "mikhail.kotelnikov"
}
],
"dependencies": {
"underscore": "*",
"express": "*",
"tilelive": "*",
"tilelive-mapnik": "*",
"tilelive-vector": "*",
"tilelive-bridge": "*",
"tilejson": "*",
"mosaic-commons": "0.0.14",
"mosaic-teleport": "0.0.17",
"sphericalmercator": "~1.0.2",
"carto": "~0.11.0",
"js-yaml": "~3.0.2",
"mapnik": "*",
"when": "*",
"lru-cache": "*",
"redis": "*",
"hiredis": "*",
"adm-zip": "*",
"generic-pool": "^2.1.1",
"pg.js": "^3.4.2"
},
"devDependencies": {
"mocha": "*",
"superagent": "*",
"expect.js": "*",
"cheerio": "*"
},
"engines": {
"node": ">= 0.6.13 < 0.11.0"
},
"scripts": {
"test": "mocha -R spec --timeout 10000 ./tests/Test*"
},
"readme": "# tilepin\n\nCaching backend for [tilelive.js](http://github.com/mapbox/tilelive.js)\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/ubimix/tilepin/issues"
},
"homepage": "https://github.com/ubimix/tilepin",
"_id": "[email protected]",
"_from": "tilepin@*"
}