77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "windshaft-cartodb",
|
|
"version": "6.5.0",
|
|
"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>",
|
|
"Carlos Matallín <matallo@carto.com>",
|
|
"Daniel Garcia Aubert <dgaubert@carto.com>",
|
|
"Mario de Frutos <mario.defrutos@carto.com>",
|
|
"Ivan Malagon <ivan@carto.com>",
|
|
"Simon Martin <simon@carto.com>"
|
|
],
|
|
"dependencies": {
|
|
"@carto/fqdn-sync": "0.2.2",
|
|
"basic-auth": "2.0.0",
|
|
"body-parser": "1.18.3",
|
|
"camshaft": "0.62.3",
|
|
"cartodb-psql": "0.11.0",
|
|
"cartodb-query-tables": "0.3.0",
|
|
"cartodb-redis": "2.0.1",
|
|
"debug": "3.1.0",
|
|
"dot": "1.1.2",
|
|
"express": "4.16.3",
|
|
"fastly-purge": "1.0.1",
|
|
"glob": "7.1.2",
|
|
"log4js": "cartodb/log4js-node#cdb",
|
|
"lru-cache": "4.1.3",
|
|
"lzma": "2.3.2",
|
|
"node-statsd": "0.1.1",
|
|
"on-headers": "1.0.1",
|
|
"queue-async": "1.1.0",
|
|
"redis-mpool": "0.5.0",
|
|
"request": "2.87.0",
|
|
"semver": "5.5.0",
|
|
"step-profiler": "0.3.0",
|
|
"turbo-carto": "0.20.4",
|
|
"underscore": "1.6.0",
|
|
"windshaft": "4.11.4",
|
|
"yargs": "11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.4.5",
|
|
"jshint": "2.9.5",
|
|
"mocha": "3.5.3",
|
|
"moment": "2.22.1",
|
|
"nock": "9.2.6",
|
|
"redis": "2.8.0",
|
|
"step": "1.0.0",
|
|
"strftime": "0.10.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint lib test",
|
|
"preinstall": "make pre-install",
|
|
"test": "make test-all",
|
|
"update-internal-deps": "rm -rf node_modules && rm -f yarn.lock && yarn",
|
|
"docker-test": "docker run -v `pwd`:/srv carto/nodejs6-xenial-pg101:postgis-2.4.4.5 bash run_tests_docker.sh && docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v",
|
|
"docker-bash": "docker run -it -v `pwd`:/srv carto/nodejs6-xenial-pg101 bash"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9",
|
|
"yarn": ">=0.27.5 <1.0.0"
|
|
}
|
|
}
|