CartoDB-SQL-API/carto-package.json

17 lines
383 B
JSON
Raw Normal View History

2018-08-14 18:29:58 +08:00
{
"name": "carto_sql_api",
"current_version": {
"requires": {
2018-12-27 00:20:04 +08:00
"node": ">=6.9.2 <11.0.0",
2018-08-16 22:19:10 +08:00
"npm": ">=3.10.9",
"gdal":">=1.11.0"
2018-08-14 18:29:58 +08:00
},
"works_with": {
2018-08-14 20:38:04 +08:00
"redis": ">=3.0.0",
"postgresql": ">=9.5.0",
2018-08-17 16:45:02 +08:00
"postgis": ">=2.2.0.0",
"carto_postgresql_ext": ">=0.19.0"
2018-08-14 18:29:58 +08:00
}
}
}