{ "private": true, "name": "windshaft-cartodb", "version": "2.86.2", "description": "A map tile server for CartoDB", "keywords": [ "cartodb" ], "url": "https://github.com/CartoDB/Windshaft-cartodb", "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git://github.com/CartoDB/Windshaft-cartodb.git" }, "author": "Vizzuality (http://vizzuality.com)", "contributors": [ "Simon Tokumine ", "Javi Santana ", "Sandro Santilli " ], "dependencies": { "body-parser": "~1.14.0", "camshaft": "0.48.4", "cartodb-psql": "~0.6.1", "cartodb-query-tables": "~0.1.0", "cartodb-redis": "0.13.1", "debug": "~2.2.0", "dot": "~1.0.2", "express": "~4.13.3", "fastly-purge": "~1.0.1", "log4js": "cartodb/log4js-node#cdb", "lru-cache": "2.6.5", "lzma": "~2.3.2", "node-statsd": "~0.0.7", "queue-async": "~1.0.7", "redis-mpool": "~0.4.0", "request": "~2.62.0", "step": "~0.0.6", "step-profiler": "~0.3.0", "turbo-carto": "0.18.0", "underscore": "~1.6.0", "windshaft": "2.6.3", "yargs": "~5.0.0" }, "devDependencies": { "istanbul": "~0.4.3", "jshint": "~2.6.0", "mocha": "~1.21.4", "nock": "~2.11.0", "redis": "~0.8.6", "semver": "~1.1.4", "strftime": "~0.8.2" }, "scripts": { "preinstall": "make pre-install", "test": "make test-all" }, "engines": { "node": ">=0.8 <0.11", "npm": ">=2.14.16" } }