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:
parent
8c4057bb7a
commit
87c3fa8fc5
16
carto-package.json
Normal file
16
carto-package.json
Normal 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": {
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user