2011-09-05 07:00:41 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2015-01-29 00:37:38 +08:00
|
|
|
"version": "1.26.3",
|
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-08-15 01:54:45 +08:00
|
|
|
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
|
|
|
|
"underscore" : "~1.6.0",
|
2014-09-25 01:17:51 +08:00
|
|
|
"dot": "~1.0.2",
|
2015-02-06 19:03:17 +08:00
|
|
|
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/plain-renderer-plus-http-default-plus-per-layer-datasource",
|
2014-08-13 21:10:58 +08:00
|
|
|
"step": "~0.0.5",
|
2015-01-30 22:26:27 +08:00
|
|
|
"queue-async": "~1.0.7",
|
2014-08-18 20:41:29 +08:00
|
|
|
"request": "~2.9.203",
|
2014-09-19 01:05:20 +08:00
|
|
|
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
|
2014-08-15 01:54:45 +08:00
|
|
|
"cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",
|
2014-10-17 20:15:59 +08:00
|
|
|
"redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
|
2014-08-15 01:54:45 +08:00
|
|
|
"lzma": "~1.3.7",
|
2014-12-02 22:05:28 +08:00
|
|
|
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
|
2014-08-18 20:41:29 +08:00
|
|
|
"rollbar": "~0.3.13"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-09-30 21:03:14 +08:00
|
|
|
"mocha": "~1.21.4",
|
2014-08-15 01:54:45 +08:00
|
|
|
"redis": "~0.8.6",
|
|
|
|
"strftime": "~0.8.2",
|
|
|
|
"semver": "~1.1.4"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2012-07-10 00:56:09 +08:00
|
|
|
"test": "make check"
|
2014-10-14 21:12:17 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8 <0.11",
|
|
|
|
"npm": ">=1.2.1"
|
2011-09-05 07:00:41 +08:00
|
|
|
}
|
2011-10-13 21:29:53 +08:00
|
|
|
}
|