34 lines
916 B
JSON
34 lines
916 B
JSON
{
|
|
"private": true,
|
|
"name": "windshaft-cartodb",
|
|
"version": "0.1.0",
|
|
"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, Javi Santana, Vizzuality",
|
|
"url": "http://vizzuality.com",
|
|
"email": "simon@vizzuality.com"
|
|
},
|
|
"dependencies": {
|
|
"cluster": "0.6.4",
|
|
"node-varnish": "0.1.0",
|
|
"underscore" : "1.1.x",
|
|
"windshaft" : "0.4.4",
|
|
"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"
|
|
}
|
|
}
|