CartoDB-SQL-API/carto-package.json

17 lines
373 B
JSON
Raw Normal View History

2018-08-14 18:29:58 +08:00
{
"name": "carto_sql_api",
"current_version": {
"requires": {
2018-08-15 00:30:07 +08:00
"node": ">=6.9.2 <10.0",
2018-08-14 20:38:04 +08:00
"npm": ">=3.10.9"
2018-08-14 18:29:58 +08:00
},
"works_with": {
2018-08-14 20:38:04 +08:00
"redis": ">=3.0.0",
2018-08-15 00:30:07 +08:00
"postgresql": ">=9.5",
"postgis": ">=2.2",
2018-08-16 19:01:56 +08:00
"gdal":">=1.11.0",
"carto_postgresql_ext": ">=0.19"
2018-08-14 18:29:58 +08:00
}
}
}