{ "private": true, "name": "windshaft-cartodb", "version": "0.0.1", "description": "A map tile server for CartoDB", "url": "https://github.com/Vizzuality/Windshaft-cartodb", "licenses": [{ "type": "Copyright Vizzuality" }], "repositories": [{ "type": "git", "url": "git://github.com/Vizzuality/Windshaft-cartodb.git" }], "author": { "name": "Simon Tokumine, Vizzuality", "url": "http://vizzuality.com", "email": "simon@vizzuality.com" }, "dependencies": { "underscore" : "1.1.x", "windshaft" : "0.2.6", "step": "0.0.x", "generic-pool": "1.0.x", "redis": "0.6.7", "hiredis": "0.1.12" }, "devDependencies": { "expresso": "0.8.x" }, "scripts": { "test": "which expresso | sh" } }