Merge pull request #531 from CartoDB/create-carto-package-json
create carto-package.json file
This commit is contained in:
commit
8d7ecf61ef
16
carto-package.json
Normal file
16
carto-package.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "carto_sql_api",
|
||||||
|
"current_version": {
|
||||||
|
"requires": {
|
||||||
|
"node": ">=6.9.2 <10.0",
|
||||||
|
"npm": ">=3.10.9"
|
||||||
|
},
|
||||||
|
"works_with": {
|
||||||
|
"redis": ">=3.0.0",
|
||||||
|
"postgresql": ">=9.5",
|
||||||
|
"postgis": ">=2.2",
|
||||||
|
"gdal":">=1.11.0",
|
||||||
|
"carto_postgresql_ext": ">=0.19"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user