2011-09-05 07:00:41 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2014-07-31 00:11:32 +08:00
|
|
|
"version": "1.13.1",
|
2011-09-05 07:00:41 +08:00
|
|
|
"description": "A map tile server for CartoDB",
|
2013-11-28 18:17:00 +08:00
|
|
|
"keywords": [
|
|
|
|
"cartodb"
|
|
|
|
],
|
2013-07-19 18:28:03 +08:00
|
|
|
"url": "https://github.com/CartoDB/Windshaft-cartodb",
|
2012-07-06 00:30:18 +08:00
|
|
|
"licenses": [{
|
|
|
|
"type": "BSD",
|
2013-07-19 18:28:03 +08:00
|
|
|
"url": "https://github.com/CartoDB/Windshaft-cartodb/blob/master/LICENCE"
|
2012-07-06 00:30:18 +08:00
|
|
|
}],
|
2013-07-19 18:28:03 +08:00
|
|
|
"repository": {
|
2011-09-05 07:00:41 +08:00
|
|
|
"type": "git",
|
2013-07-19 18:28:03 +08:00
|
|
|
"url": "git://github.com/CartoDB/Windshaft-cartodb.git"
|
|
|
|
},
|
2013-07-19 18:34:20 +08:00
|
|
|
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
|
|
|
|
"contributors": [
|
2013-07-19 18:28:03 +08:00
|
|
|
"Simon Tokumine <simon@vizzuality.com>",
|
|
|
|
"Javi Santana <jsantana@vizzuality.com>",
|
|
|
|
"Sandro Santilli <strk@vizzuality.com>"
|
2013-07-19 18:34:20 +08:00
|
|
|
],
|
2011-09-05 07:00:41 +08:00
|
|
|
"dependencies": {
|
2014-03-13 01:11:19 +08:00
|
|
|
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0",
|
2012-10-09 00:02:28 +08:00
|
|
|
"underscore" : "~1.3.3",
|
2014-07-30 21:25:15 +08:00
|
|
|
"windshaft" : "https://github.com/CartoDB/Windshaft/tarball/0.22.0",
|
2011-09-05 07:00:41 +08:00
|
|
|
"step": "0.0.x",
|
2012-09-24 23:57:39 +08:00
|
|
|
"request": "2.9.202",
|
2014-07-04 03:39:47 +08:00
|
|
|
"cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.5.0",
|
2014-03-04 00:18:06 +08:00
|
|
|
"redis-mpool": "http://github.com/CartoDB/node-redis-mpool/tarball/0.0.4",
|
2014-03-13 17:26:11 +08:00
|
|
|
"mapnik": "http://github.com/Vizzuality/node-mapnik/tarball/0.7.26-cdb1",
|
2014-02-18 22:12:08 +08:00
|
|
|
"lzma": "~1.2.3",
|
2014-03-13 00:20:49 +08:00
|
|
|
"log4js": "~0.6.10",
|
|
|
|
"rollbar": "~0.3.1"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-11-27 16:47:33 +08:00
|
|
|
"mocha": "1.14.0",
|
2013-11-15 22:49:04 +08:00
|
|
|
"redis": "~0.8.3",
|
|
|
|
"strftime": "~0.6.0",
|
2012-11-14 17:40:48 +08:00
|
|
|
"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
|
|
|
}
|