diff --git a/carto-package.json b/carto-package.json index 826f7ab1..f7788c0e 100644 --- a/carto-package.json +++ b/carto-package.json @@ -2,8 +2,15 @@ "name": "carto_windshaft", "current_version": { "requires": { + "node": ">=6.9.2", + "yarn": ">=0.27.5 <1.0.0" }, "works_with": { + "redis": ">=3.0.0", + "postgresql": "9.5.2", + "postgis": "2.2.2.0", + "mapnik": "", + "gdal":"" } } }