Windshaft-cartodb/carto-package.json

17 lines
389 B
JSON
Raw Normal View History

2018-08-14 18:26:33 +08:00
{
"name": "carto_windshaft",
"current_version": {
"requires": {
"node": ">=10.15.1",
"mapnik": "==3.0.15.9",
"crankshaft": "~0.8.1"
2018-08-14 18:26:33 +08:00
},
"works_with": {
"redis": ">=4.0.0",
2018-08-17 16:34:25 +08:00
"postgresql": ">=9.5.0",
2018-08-17 16:42:56 +08:00
"postgis": ">=2.2.0.0",
2018-08-17 16:34:25 +08:00
"carto_postgresql_ext": ">=0.19.0"
2018-08-14 18:26:33 +08:00
}
}
}