Merge pull request #531 from CartoDB/create-carto-package-json

create carto-package.json file
This commit is contained in:
Simon Martín 2018-08-16 15:04:22 +02:00 committed by GitHub
commit 8d7ecf61ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
- sudo make install
- cd ..
- rm redis-4.0.8.tar.gz
# configure it to accept local connections from postgres
- echo -e "# TYPE DATABASE USER ADDRESS METHOD \nlocal all postgres trust\nlocal all all trust\nhost all all 127.0.0.1/32 trust" \
| sudo tee /etc/postgresql/9.5/main/pg_hba.conf

16
carto-package.json Normal file
View 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"
}
}
}