{ "private": true, "name": "windshaft-cartodb", "version": "2.33.0", "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": { "express": "~4.13.3", "body-parser": "~1.14.0", "debug": "~2.2.0", "step-profiler": "~0.2.1", "node-statsd": "~0.0.7", "underscore" : "~1.6.0", "dot": "~1.0.2", "windshaft": "1.17.1", "step": "~0.0.6", "queue-async": "~1.0.7", "request": "~2.62.0", "cartodb-redis": "~0.13.0", "cartodb-psql": "~0.6.1", "camshaft": "0.5.0", "fastly-purge": "~1.0.1", "redis-mpool": "~0.4.0", "lru-cache": "2.6.5", "lzma": "~1.3.7", "log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb", "cartodb-query-tables": "~0.1.0", "turbo-cartocss": "0.4.0" }, "devDependencies": { "istanbul": "~0.3.6", "mocha": "~1.21.4", "nock": "~2.11.0", "jshint": "~2.6.0", "redis": "~0.8.6", "strftime": "~0.8.2", "semver": "~1.1.4" }, "scripts": { "preinstall": "make pre-install", "test": "make test-all" }, "engines": { "node": ">=0.8 <0.11", "npm": ">=2.14.16" } }