forked from systemapic/pile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 1.99 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": "mapic-mile",
"version": "18.09.18",
"license": "AGPL-3.0",
"description": "Mapic Mile",
"main": "start-server.sh",
"scripts": {
"test": "mocha --recursive test/*.test.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mapic/mile.git"
},
"contributors": [
],
"bugs": {
"url": "https://github.com/mapic/mile/issues"
},
"homepage": "https://github.com/mapic/mile",
"snyk": true,
"dependencies": {
"@turf/projection": "^5.0.4",
"@turf/turf": "^5.0.4",
"async": "^2.1.2",
"aws-sdk": "^2.106.0",
"bars": "jstrace/bars",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.2",
"carto": "^0.18.2",
"chai": "^4.1.2",
"colors": "^1.1.2",
"compression": "^1.5.1",
"cors": "^2.7.1",
"crypto-js": "^3.1.9-1",
"express": "^4.13.0",
"form-data": "^2.1.1",
"fs-extra": "^4.0.2",
"geojson-area": "^0.2.1",
"geojson-extent": "^0.3.2",
"gm": "^1.21.1",
"grainstore": "^1.0.0",
"http-request": "^0.7.0",
"http-status": "^1.0.1",
"kue": "^0.11.4",
"lodash": "^4.17.15",
"mapnik": "3.x",
"mapnik-omnivore": "^8.1.0",
"mmmagic": "^0.4.1",
"mocha": "^4.0.1",
"moment": "^2.13.0",
"mongoose": "^4.0.8",
"mongoose-times": "^0.1.0",
"monitr": "1.0.0",
"node-forge": "^0.7.1",
"nodemon": "^1.9.1",
"pbf": "^3.0.2",
"pg": "^7.4.0",
"pg-native": "^2.2.0",
"proj4": "^2.3.14",
"promise-polyfill": "^6.0.2",
"prompt": "^1.0.0",
"protocol-buffers": "^3.1.6",
"redis": "^2.6.2",
"request": "^2.58.0",
"sanitize-filename": "^1.5.3",
"snyk": "^1.36.2",
"sphericalmercator": "^1.0.5",
"supertest": "^3.0.0",
"topojson": "^3.0.2",
"turf": "^3.0.14",
"usage": "^0.7.0",
"uuid": "^3.1.0",
"vector-tile": "^1.2.0",
"winston": "^2.2.0"
}
}