1a60c55fea
Also upgrades "carto" to 0.9.3 and "millstone" to 0.5.11
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "windshaft-cartodb",
|
|
"version": "1.1.0",
|
|
"description": "A map tile server for CartoDB",
|
|
"url": "https://github.com/Vizzuality/Windshaft-cartodb",
|
|
"licenses": [{
|
|
"type": "BSD",
|
|
"url": "https://github.com/Vizzuality/Windshaft-cartodb/blob/master/LICENCE"
|
|
}],
|
|
"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": {
|
|
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
|
|
"node-varnish": "0.1.1",
|
|
"underscore" : "~1.3.3",
|
|
"grainstore" : "~0.9.2",
|
|
"windshaft" : "~0.7.0",
|
|
"step": "0.0.x",
|
|
"generic-pool": "1.0.x",
|
|
"redis": "0.7.2",
|
|
"hiredis": "~0.1.14",
|
|
"request": "2.9.202",
|
|
"mapnik": "~0.7.14"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.2.1"
|
|
},
|
|
"scripts": {
|
|
"test": "make check"
|
|
}
|
|
}
|