2011-09-05 07:00:41 +08:00
|
|
|
{
|
2016-05-05 22:05:46 +08:00
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2016-12-02 22:25:52 +08:00
|
|
|
"version": "2.86.2",
|
2016-05-05 22:05:46 +08:00
|
|
|
"description": "A map tile server for CartoDB",
|
|
|
|
"keywords": [
|
|
|
|
"cartodb"
|
|
|
|
],
|
|
|
|
"url": "https://github.com/CartoDB/Windshaft-cartodb",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/CartoDB/Windshaft-cartodb.git"
|
|
|
|
},
|
|
|
|
"author": "Vizzuality <contact@vizzuality.com> (http://vizzuality.com)",
|
|
|
|
"contributors": [
|
|
|
|
"Simon Tokumine <simon@vizzuality.com>",
|
|
|
|
"Javi Santana <jsantana@vizzuality.com>",
|
|
|
|
"Sandro Santilli <strk@vizzuality.com>"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "~1.14.0",
|
2016-11-30 17:59:44 +08:00
|
|
|
"camshaft": "0.48.4",
|
2016-05-05 22:05:46 +08:00
|
|
|
"cartodb-psql": "~0.6.1",
|
|
|
|
"cartodb-query-tables": "~0.1.0",
|
2016-07-13 22:05:16 +08:00
|
|
|
"cartodb-redis": "0.13.1",
|
2016-05-05 22:05:46 +08:00
|
|
|
"debug": "~2.2.0",
|
|
|
|
"dot": "~1.0.2",
|
|
|
|
"express": "~4.13.3",
|
|
|
|
"fastly-purge": "~1.0.1",
|
2016-07-21 00:34:57 +08:00
|
|
|
"log4js": "cartodb/log4js-node#cdb",
|
2016-05-05 22:05:46 +08:00
|
|
|
"lru-cache": "2.6.5",
|
2016-07-08 19:52:07 +08:00
|
|
|
"lzma": "~2.3.2",
|
2016-05-05 22:05:46 +08:00
|
|
|
"node-statsd": "~0.0.7",
|
|
|
|
"queue-async": "~1.0.7",
|
|
|
|
"redis-mpool": "~0.4.0",
|
|
|
|
"request": "~2.62.0",
|
|
|
|
"step": "~0.0.6",
|
|
|
|
"step-profiler": "~0.3.0",
|
2016-10-11 22:41:26 +08:00
|
|
|
"turbo-carto": "0.18.0",
|
2016-05-05 22:05:46 +08:00
|
|
|
"underscore": "~1.6.0",
|
2016-12-02 00:02:40 +08:00
|
|
|
"windshaft": "2.6.3",
|
2016-09-15 07:25:33 +08:00
|
|
|
"yargs": "~5.0.0"
|
2016-05-05 22:05:46 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-05-05 22:06:52 +08:00
|
|
|
"istanbul": "~0.4.3",
|
2016-05-05 22:05:46 +08:00
|
|
|
"jshint": "~2.6.0",
|
|
|
|
"mocha": "~1.21.4",
|
|
|
|
"nock": "~2.11.0",
|
|
|
|
"redis": "~0.8.6",
|
|
|
|
"semver": "~1.1.4",
|
|
|
|
"strftime": "~0.8.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"preinstall": "make pre-install",
|
|
|
|
"test": "make test-all"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8 <0.11",
|
|
|
|
"npm": ">=2.14.16"
|
|
|
|
}
|
2011-10-13 21:29:53 +08:00
|
|
|
}
|