2011-09-05 07:00:41 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2013-06-04 19:29:36 +08:00
|
|
|
"version": "1.3.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-10-09 23:09:40 +08:00
|
|
|
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
|
2012-07-10 22:36:20 +08:00
|
|
|
"node-varnish": "0.1.1",
|
2012-10-09 00:02:28 +08:00
|
|
|
"underscore" : "~1.3.3",
|
2013-05-30 01:14:45 +08:00
|
|
|
"windshaft" : "~0.12.3",
|
2011-09-05 07:00:41 +08:00
|
|
|
"step": "0.0.x",
|
2013-04-04 19:15:50 +08:00
|
|
|
"generic-pool": "~2.0.3",
|
2012-09-20 01:06:47 +08:00
|
|
|
"redis": "0.7.2",
|
2012-09-28 19:04:32 +08:00
|
|
|
"hiredis": "~0.1.14",
|
2012-09-24 23:57:39 +08:00
|
|
|
"request": "2.9.202",
|
2013-03-23 01:55:59 +08:00
|
|
|
"mapnik": "~0.7.14",
|
2013-06-04 19:29:36 +08:00
|
|
|
"strftime": "~0.6.0",
|
2013-04-15 15:22:50 +08:00
|
|
|
"lzma": "~1.2.3"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-11-14 17:40:48 +08:00
|
|
|
"mocha": "1.2.1",
|
|
|
|
"semver": "~1.1.0"
|
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
|
|
|
}
|