colouring-montreal/tileserver/package.json

19 lines
411 B
JSON
Raw Normal View History

2018-07-30 05:25:34 -04:00
{
"name": "colouring-london-tileserver",
"version": "1.0.0",
"description": "Serve map tiles",
"main": "index.js",
"dependencies": {
"@mapbox/sphericalmercator": "^1.1.0",
"express": "^4.16.3",
"mapnik": "^3.7.2",
"pg": "^7.4.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Russell",
"license": "GPL"
}