-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 942 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
{
"private": true,
"name": "mapillary-ottawa",
"version": "0.1.0",
"description": "Mapillary Images & Sequences for the City of Ottawa.",
"main": "index.js",
"scripts": {
"start": "node index.js 'extents/ottawa-gatineau.geojson'",
"upload-s3": "aws s3 cp upload s3://mapillary/ottawa-gatineau --recursive --acl public-read"
},
"author": "Denis Carriere <@DenisCarriere>",
"license": "MIT",
"dependencies": {
"@mapbox/vector-tile": "^1.3.0",
"@turf/helpers": "^4.1.0",
"@turf/meta": "^4.1.0",
"axios": "^0.16.1",
"d3-queue": "^3.0.5",
"glob": "^7.1.1",
"global-mercator": "^2.7.0",
"load-json-file": "^2.0.0",
"lodash.range": "^3.2.0",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"pbf": "^3.0.5",
"progress": "^2.0.0",
"slippy-grid": "^2.1.1",
"slippy-tile": "^2.1.0",
"write-json-file": "^2.0.0"
},
"devDependencies": {
"standard": "^10.0.2"
}
}