2011-09-05 07:00:41 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2011-12-09 08:32:32 +08:00
|
|
|
"version": "0.1.0",
|
2011-09-05 07:00:41 +08:00
|
|
|
"description": "A map tile server for CartoDB",
|
|
|
|
"url": "https://github.com/Vizzuality/Windshaft-cartodb",
|
2012-07-06 00:30:18 +08:00
|
|
|
"licenses": [{
|
|
|
|
"type": "BSD",
|
|
|
|
"url": "https://github.com/Vizzuality/Windshaft-cartodb/blob/master/LICENCE"
|
|
|
|
}],
|
2011-09-05 07:00:41 +08:00
|
|
|
"repositories": [{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/Vizzuality/Windshaft-cartodb.git"
|
|
|
|
}],
|
|
|
|
"author": {
|
2011-10-13 21:29:53 +08:00
|
|
|
"name": "Simon Tokumine, Javi Santana, Vizzuality",
|
2011-09-05 07:00:41 +08:00
|
|
|
"url": "http://vizzuality.com",
|
|
|
|
"email": "simon@vizzuality.com"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2012-07-09 19:50:42 +08:00
|
|
|
"connect": "1.8.7",
|
2011-12-27 23:35:59 +08:00
|
|
|
"cluster": "0.6.4",
|
2012-07-10 22:36:20 +08:00
|
|
|
"node-varnish": "0.1.1",
|
2011-09-05 07:00:41 +08:00
|
|
|
"underscore" : "1.1.x",
|
2012-09-04 00:47:04 +08:00
|
|
|
"grainstore" : "~0.5.0",
|
2012-09-03 21:17:11 +08:00
|
|
|
"windshaft" : "~0.4.12",
|
2011-09-05 07:00:41 +08:00
|
|
|
"step": "0.0.x",
|
|
|
|
"generic-pool": "1.0.x",
|
|
|
|
"redis": "0.6.7",
|
2012-05-03 02:32:54 +08:00
|
|
|
"hiredis": "0.1.12",
|
|
|
|
"request": "2.9.202"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-07-09 23:35:30 +08:00
|
|
|
"mocha": "1.2.1"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2012-07-10 00:56:09 +08:00
|
|
|
"test": "make check"
|
2011-09-05 07:00:41 +08:00
|
|
|
}
|
2011-10-13 21:29:53 +08:00
|
|
|
}
|