diff --git a/package.json b/package.json index 73e1cbae..79b4fc0e 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,30 @@ { "private": true, - "name": "cartodb_sql_api", - "description": "high speed SQL api for cartodb", - "keywords": [ - "cartodb" - ], + "name": "cartodb-sql-api", "version": "5.0.1", + "description": "High speed SQL API for CARTO", + "keywords": [ + "carto", + "sql", + "batch", + "import", + "export", + "geospatial" + ], + "url": "https://github.com/CartoDB/CartoDB-SQL-API", + "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git://github.com/CartoDB/CartoDB-SQL-API.git" }, - "license": "BSD-3-Clause", - "author": "Vizzuality (http://vizzuality.com)", + "author": "CARTO (https://carto.com)", "contributors": [ "Simon Tokumine ", "Sandro Santilli ", + "Raúl Ochoa ", "Daniel García Aubert " ], + "main": "app.js", "dependencies": { "@carto/fqdn-sync": "0.2.2", "basic-auth": "^2.0.0",