Windshaft-cartodb/carto-package.json

18 lines
420 B
JSON
Raw Normal View History

2018-08-14 18:26:33 +08:00
{
"name": "carto_windshaft",
"current_version": {
"requires": {
2020-06-05 20:09:40 +08:00
"node": "^12.16.3",
"npm": "^6.14.4",
"mapnik": "==3.0.15.16",
"crankshaft": "~0.8.1"
2018-08-14 18:26:33 +08:00
},
"works_with": {
"redis": ">=4.0.0",
"postgresql": ">=10.0.0",
"postgis": ">=2.4.4.5",
"carto_postgresql_ext": ">=0.35.0"
2018-08-14 18:26:33 +08:00
}
}
}