b5790ce6b5
Format fixes for dependencies specification
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"name": "carto_sql_api",
|
|
"current_version": {
|
|
"requires": {
|
|
"node": ">=6.9.2 <10.0.0",
|
|
"npm": ">=3.10.9",
|
|
"gdal":">=1.11.0"
|
|
},
|
|
"works_with": {
|
|
"redis": ">=3.0.0",
|
|
"postgresql": ">=9.5.0",
|
|
"postgis": ">=2.2.0",
|
|
"carto_postgresql_ext": ">=0.19.0"
|
|
}
|
|
}
|
|
}
|