-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
82 lines (82 loc) · 2.22 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "judy",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "eslint *.js models/** controllers/** test/*.js",
"test": "npm run lint && istanbul cover ./node_modules/mocha/bin/_mocha"
},
"bin": {
"tilelive-copy": "./node_modules/.bin/tilelive-copy",
"delete-uploads-true": "./bin/delete"
},
"dependencies": {
"abaculus": "github:jingsam/abaculus",
"adm-zip": "0.4.4",
"async": "^2.0.0-rc.5",
"body-parser": "^1.15.1",
"cached-request": "^1.0.0",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"debug": "~2.2.0",
"express": "^4.13.1",
"font-scope": "^1.2.0",
"fontmachine": "^0.1.1",
"gdal": "^0.9.4",
"geojson-extent": "^0.3.2",
"gm": "^1.22.0",
"gridfs-stream": "^1.1.1",
"helmet": "^2.0.0",
"jsonwebtoken": "^7.0.0",
"jszip": "^3.1.1",
"lodash": "^4.12.0",
"mapbox-file-sniff": "^0.5.0",
"mapbox-gl-json-to-mapnik-xml": "github:foxgis/mapbox-gl-json-to-mapnik-xml",
"mapbox-gl-native": "^3.1.2",
"mapbox-gl-style-spec": "^8.7.0",
"mapnik": "^3.5.13",
"mbtiles": "^0.9.0",
"method-override": "^2.3.5",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"mongo-key-escaper": "0.0.3",
"mongodb": "^2.2.10",
"mongoose": "^4.4.16",
"mongoose-json-select": "^0.2.1",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"pg": "^6.1.0",
"rd": "0.0.2",
"request": "^2.73.0",
"sequelize": "^4.2.0",
"shapefile-fairy": "^0.3.4",
"sharp": "^0.15.0",
"shortid": "^2.2.6",
"sphericalmercator": "^1.0.5",
"spritezero": "^3.5.0",
"tilejson": "^1.0.1",
"tilelive": "^5.12.2",
"tilelive-bridge": "^2.3.1",
"tilelive-foxgis": "^0.3.0",
"tilelive-http": "0.11.1",
"tilelive-modules": "^0.3.0",
"tilelive-omnivore": "^3.0.0",
"tilelive-vector": "^3.9.3",
"tilelive-xray": "^0.2.0",
"tiletype": "^0.3.0",
"turf": "^3.0.0",
"turf-bbox-clip": "github:turfjs/turf-bbox-clip",
"xlsx": "^0.8.0",
"zipfile": "^0.5.9"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.0.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"supertest": "^1.2.0",
"tape": "^4.6.0"
}
}