carto-package.json proposal

This commit is contained in:
Juan Ignacio Sánchez Lara
2018-08-02 12:59:45 +02:00
parent a6bff9b8d2
commit a32e90ea8a
3 changed files with 58 additions and 0 deletions

17
client/carto-package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "dataservices-api-client-extension",
"versions": {
"0.25.0": {
"tag": "0.25.0-client",
"works_with": {
"dataservices-api-server-extension": "^0.32.0"
},
"requires": {
"postgresql": "^10.0.0",
"postgis": "^2.4",
"cartodb-postgresql": "^0.23.0"
}
}
}
}