Add carto-package.json

In this case in the `requires` section I considered the minimum versions
the ones used by travis CI scripts.
This commit is contained in:
Rafa de la Torre 2018-08-14 15:23:06 +02:00
parent 8c4057bb7a
commit 87c3fa8fc5

16
carto-package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "crankshaft",
"current_version": {
"requires": {
"postgres": ">=9.5",
"postgis": ">=2.2"
},
"works_with": {
"_comment": "Crankshaft used from Windshaft-cartodb from camshaft@0.23.0",
"windshaft": ">=2.54.0"
}
},
"exceptional_versions": {
}
}