You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Windshaft-cartodb/package.json

31 lines
840 B

{
"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",
13 years ago
"windshaft" : "0.2.5",
"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"
}
}