2018-07-30 05:25:34 -04:00
|
|
|
{
|
|
|
|
"name": "colouring-london-tileserver",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Serve map tiles",
|
2018-08-01 13:42:09 -04:00
|
|
|
"private": true,
|
2018-07-30 05:25:34 -04:00
|
|
|
"dependencies": {
|
|
|
|
"@mapbox/sphericalmercator": "^1.1.0",
|
|
|
|
"express": "^4.16.3",
|
2018-08-01 13:42:09 -04:00
|
|
|
"mapnik": "^3.7.2"
|
2018-07-30 05:25:34 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Tom Russell",
|
2018-08-01 13:42:09 -04:00
|
|
|
"license": "GPL-3.0"
|
2018-07-30 05:25:34 -04:00
|
|
|
}
|