Windshaft-cartodb/package.json
Sandro Santilli f39a40d147 We don't need expresso anymore, but we need mocha
Note that 1.2.1 was choosen because known to work with node-0.4
2012-07-09 17:35:30 +02:00

39 lines
1.0 KiB
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": "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": {
"connect": "1.8.7",
"cluster": "0.6.4",
"node-varnish": "0.1.0",
"underscore" : "1.1.x",
"windshaft" : "0.4.6",
"step": "0.0.x",
"generic-pool": "1.0.x",
"redis": "0.6.7",
"hiredis": "0.1.12",
"request": "2.9.202"
},
"devDependencies": {
"mocha": "1.2.1"
},
"scripts": {
"test": "which expresso | sh"
}
}