2011-09-05 07:00:41 +08:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2015-08-27 23:48:06 +08:00
|
|
|
"version": "2.12.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": {
|
2015-07-05 02:41:22 +08:00
|
|
|
"express": "~2.5.11",
|
2015-09-15 00:47:01 +08:00
|
|
|
"debug": "~2.2.0",
|
|
|
|
"step-profiler": "~0.2.1",
|
|
|
|
"node-statsd": "~0.0.7",
|
2014-08-15 01:54:45 +08:00
|
|
|
"underscore" : "~1.6.0",
|
2014-09-25 01:17:51 +08:00
|
|
|
"dot": "~1.0.2",
|
2015-06-30 00:58:58 +08:00
|
|
|
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/backend-foundations",
|
2015-09-16 19:17:03 +08:00
|
|
|
"step": "~0.0.6",
|
2015-01-30 22:26:27 +08:00
|
|
|
"queue-async": "~1.0.7",
|
2015-09-16 19:17:03 +08:00
|
|
|
"request": "~2.62.0",
|
2015-05-18 23:40:41 +08:00
|
|
|
"cartodb-redis": "~0.13.0",
|
2015-02-16 22:02:39 +08:00
|
|
|
"cartodb-psql": "~0.4.0",
|
2015-04-27 22:18:03 +08:00
|
|
|
"fastly-purge": "~1.0.0",
|
2015-07-06 02:58:39 +08:00
|
|
|
"redis-mpool": "~0.4.0",
|
2015-07-15 22:51:26 +08:00
|
|
|
"lru-cache": "2.6.5",
|
2014-08-15 01:54:45 +08:00
|
|
|
"lzma": "~1.3.7",
|
2015-03-31 17:36:29 +08:00
|
|
|
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb"
|
2011-09-05 07:00:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-03-23 21:05:29 +08:00
|
|
|
"istanbul": "~0.3.6",
|
2014-09-30 21:03:14 +08:00
|
|
|
"mocha": "~1.21.4",
|
2015-09-16 19:17:03 +08:00
|
|
|
"nock": "~2.11.0",
|
2015-03-16 06:37:03 +08:00
|
|
|
"jshint": "~2.6.0",
|
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": {
|
2015-02-27 00:00:50 +08:00
|
|
|
"preinstall": "make pre-install",
|
2015-03-16 07:38:29 +08:00
|
|
|
"test": "make test-all"
|
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
|
|
|
}
|