2011-09-05 07:00:41 +08:00
|
|
|
{
|
2016-05-05 22:05:46 +08:00
|
|
|
"private": true,
|
|
|
|
"name": "windshaft-cartodb",
|
2017-12-13 00:24:12 +08:00
|
|
|
"version": "4.4.1",
|
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>",
|
2017-07-07 23:09:17 +08:00
|
|
|
"Sandro Santilli <strk@vizzuality.com>",
|
2017-08-31 16:12:58 +08:00
|
|
|
"Carlos Matallín <matallo@carto.com>",
|
|
|
|
"Daniel Garcia Aubert <dgaubert@carto.com>",
|
2017-12-12 23:02:39 +08:00
|
|
|
"Mario de Frutos <mario.defrutos@carto.com>",
|
|
|
|
"Ivan Malagon <ivan@carto.com>",
|
|
|
|
"Simon Martin <simon@carto.com>"
|
2016-05-05 22:05:46 +08:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2017-09-28 23:41:49 +08:00
|
|
|
"body-parser": "^1.18.2",
|
2017-12-13 00:14:49 +08:00
|
|
|
"camshaft": "0.60.0",
|
2017-10-03 19:46:03 +08:00
|
|
|
"cartodb-psql": "0.10.2",
|
2017-09-25 19:11:05 +08:00
|
|
|
"cartodb-query-tables": "0.3.0",
|
2017-08-09 23:55:39 +08:00
|
|
|
"cartodb-redis": "0.14.0",
|
2017-09-29 16:42:20 +08:00
|
|
|
"debug": "^3.1.0",
|
2016-05-05 22:05:46 +08:00
|
|
|
"dot": "~1.0.2",
|
2017-09-29 23:41:57 +08:00
|
|
|
"express": "~4.16.0",
|
2016-05-05 22:05:46 +08:00
|
|
|
"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",
|
2017-10-08 01:02:26 +08:00
|
|
|
"on-headers": "^1.0.1",
|
2016-05-05 22:05:46 +08:00
|
|
|
"queue-async": "~1.0.7",
|
2017-01-18 21:43:02 +08:00
|
|
|
"redis-mpool": "0.4.1",
|
2017-09-29 00:28:04 +08:00
|
|
|
"request": "^2.83.0",
|
2017-03-25 00:28:23 +08:00
|
|
|
"semver": "~5.3.0",
|
2016-05-05 22:05:46 +08:00
|
|
|
"step": "~0.0.6",
|
|
|
|
"step-profiler": "~0.3.0",
|
2017-11-29 23:32:22 +08:00
|
|
|
"turbo-carto": "0.20.2",
|
2016-05-05 22:05:46 +08:00
|
|
|
"underscore": "~1.6.0",
|
2017-12-04 20:06:45 +08:00
|
|
|
"windshaft": "4.1.0",
|
2017-02-17 18:26:46 +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",
|
2017-05-18 23:39:56 +08:00
|
|
|
"jshint": "~2.9.4",
|
2017-05-18 23:39:26 +08:00
|
|
|
"mocha": "~3.4.1",
|
2017-06-05 20:18:24 +08:00
|
|
|
"moment": "~2.18.1",
|
2016-05-05 22:05:46 +08:00
|
|
|
"nock": "~2.11.0",
|
2017-02-07 18:44:53 +08:00
|
|
|
"redis": "~0.12.1",
|
2016-05-05 22:05:46 +08:00
|
|
|
"strftime": "~0.8.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-05-10 00:24:24 +08:00
|
|
|
"lint": "jshint lib test",
|
2016-05-05 22:05:46 +08:00
|
|
|
"preinstall": "make pre-install",
|
2017-10-05 18:17:55 +08:00
|
|
|
"test": "make test-all",
|
2017-10-05 22:08:31 +08:00
|
|
|
"update-internal-deps": "rm -rf node_modules && rm -f yarn.lock && yarn",
|
|
|
|
"docker-install": "sudo apt install docker.io && sudo usermod -aG docker $(whoami)",
|
2017-10-07 00:24:11 +08:00
|
|
|
"docker-pull": "docker pull cartoimages/windshaft-testing",
|
|
|
|
"docker-test": "docker run -v `pwd`:/srv cartoimages/windshaft-testing bash docker-test.sh",
|
|
|
|
"docker-bash": "docker run -it -v `pwd`:/srv cartoimages/windshaft-testing bash",
|
2017-10-05 22:08:31 +08:00
|
|
|
"docker-publish": "docker push cartoimages/windshaft-carto-testing"
|
2016-05-05 22:05:46 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-03-17 00:18:44 +08:00
|
|
|
"node": ">=6.9",
|
2017-10-03 18:43:09 +08:00
|
|
|
"yarn": ">=0.27.5 <1.0.0"
|
2016-05-05 22:05:46 +08:00
|
|
|
}
|
2011-10-13 21:29:53 +08:00
|
|
|
}
|