Merge pull request #337 from CartoDB/carto_package_json

Created carto-package.json
This commit is contained in:
Javier Torres
2018-08-14 16:28:58 +02:00
committed by GitHub

11
carto-package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "cartodb-extension",
"current_version": {
"requires": {
"postgresql": ">=9.5.0",
"postgis": ">=2.2.0"
},
"works_with": {
}
}
}