-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "express_middleware",
"description": "express middleware test app",
"version": "0.0.1",
"private": true,
"dependencies": {
"node-pre-gyp": "0.5.27",
"log-rotate": "0.2.x",
"through": "2.3.x",
"queue-async": "1.0.x",
"rimraf": "2.2.x",
"getport": "0.1.x",
"express": "3.1.x",
"passport": "0.2.x",
"passport-oauth": "1.0.x",
"minimist": "0.1.x",
"underscore": "1.4.x",
"tilejson": "0.10.0",
"mbtiles": "0.6.1",
"mkdirp": "0.5.x",
"dirty": "0.9.9",
"sphericalmercator": "1.0.x",
"js-yaml": "https://github.com/mapbox/js-yaml/tarball/scalar-styles",
"fstream": "0.1.x",
"tar": "0.1.x",
"mapnik": "1.4.17",
"mapnik-reference": "~6.0.1",
"carto": "0.14.0",
"speedometer": "0.1.2",
"tilelive": "5.2.3",
"tilelive-bridge": "0.6.0",
"tilelive-vector": "2.1.0",
"cors": "~2.3.1",
"request": "~2.36.0",
"mapbox-upload": "1.1.1",
"mapnik-omnivore": "1.4.15",
"abaculus": "0.0.6",
"progress-stream": "0.5.0",
"safer-stringify": "0.0.1",
"gazetteer": "0.1.4"
}
}