2011-09-05 07:00:41 +08:00
|
|
|
{
|
|
|
|
"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",
|
2011-10-07 23:23:15 +08:00
|
|
|
"windshaft" : "0.2.3",
|
2011-09-05 07:00:41 +08:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|