From 87c3fa8fc54364e3d24861e2001d370bef55d705 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 14 Aug 2018 15:23:06 +0200 Subject: [PATCH] Add carto-package.json In this case in the `requires` section I considered the minimum versions the ones used by travis CI scripts. --- carto-package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 carto-package.json diff --git a/carto-package.json b/carto-package.json new file mode 100644 index 0000000..9bf9ad9 --- /dev/null +++ b/carto-package.json @@ -0,0 +1,16 @@ +{ + "name": "crankshaft", + "current_version": { + "requires": { + "postgres": ">=9.5", + "postgis": ">=2.2" + }, + "works_with": { + "_comment": "Crankshaft used from Windshaft-cartodb from camshaft@0.23.0", + "windshaft": ">=2.54.0" + } + }, + + "exceptional_versions": { + } +}