colouring-montreal/tileserver/package.json
2018-08-01 18:42:09 +01:00

18 lines
392 B
JSON

{
"name": "colouring-london-tileserver",
"version": "1.0.0",
"description": "Serve map tiles",
"private": true,
"dependencies": {
"@mapbox/sphericalmercator": "^1.1.0",
"express": "^4.16.3",
"mapnik": "^3.7.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Russell",
"license": "GPL-3.0"
}