Windshaft-cartodb/package.json

68 lines
1.7 KiB
JSON
Raw Normal View History

2011-09-05 07:00:41 +08:00
{
"private": true,
"name": "windshaft-cartodb",
2017-09-18 20:47:37 +08:00
"version": "3.12.11",
"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>",
2017-08-31 16:12:58 +08:00
"Carlos Matallín <matallo@carto.com>",
"Daniel Garcia Aubert <dgaubert@carto.com>",
"Mario de Frutos <mario.defrutos@carto.com>"
],
"dependencies": {
"body-parser": "~1.14.0",
2017-09-01 17:31:06 +08:00
"camshaft": "0.58.1",
"cartodb-psql": "0.10.1",
"cartodb-query-tables": "0.2.0",
2017-08-09 23:55:39 +08:00
"cartodb-redis": "0.14.0",
"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",
"lru-cache": "2.6.5",
2016-07-08 19:52:07 +08:00
"lzma": "~2.3.2",
"node-statsd": "~0.0.7",
"queue-async": "~1.0.7",
"redis-mpool": "0.4.1",
2016-12-13 21:10:42 +08:00
"request": "~2.79.0",
2017-03-25 00:28:23 +08:00
"semver": "~5.3.0",
"step": "~0.0.6",
"step-profiler": "~0.3.0",
2017-07-20 18:11:09 +08:00
"turbo-carto": "0.19.2",
"underscore": "~1.6.0",
2017-09-18 18:34:04 +08:00
"windshaft": "3.3.2",
2017-02-17 18:26:46 +08:00
"yargs": "~5.0.0"
},
"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",
"moment": "~2.18.1",
"nock": "~2.11.0",
2017-02-07 18:44:53 +08:00
"redis": "~0.12.1",
"strftime": "~0.8.2"
},
"scripts": {
2017-05-10 00:24:24 +08:00
"lint": "jshint lib test",
"preinstall": "make pre-install",
"test": "make test-all"
},
"engines": {
2017-03-17 00:18:44 +08:00
"node": ">=6.9",
"yarn": "^0.21.3"
}
2011-10-13 21:29:53 +08:00
}